Skip to content

Commit

Permalink
Fix some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Mar 24, 2024
1 parent fca0c80 commit 6f297b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/changeprop/templates/jobqueue.config.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@ spec: &spec
agentOptions:
keepAlive: true
<%- end %>
# Now special rule to cover all the low-traffic jobs
low_traffic_jobs:
concurrency: <%= @low_traffic_concurrency %>
topics:
- '/^mediawiki\.job\..*/'
# Don't execute anything that's covered by different rules
exclude_topics:
<%- @high_traffic_jobs_config.keys.each do |job| %>
- 'mediawiki.job.<%= job %>'
Expand All @@ -67,7 +69,6 @@ spec: &spec
body: '{{globals.message}}'
agentOptions:
keepAlive: true
# Now special rule to cover all the low-traffic jobs

# Number of worker processes to spawn.
# Set to 0 to run everything in a single process without clustering.
Expand Down

0 comments on commit 6f297b5

Please sign in to comment.