Skip to content

Commit

Permalink
Use same settings as someone online...
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jan 15, 2025
1 parent f30e6f7 commit 7ccc6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/queue.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
default: &default
dispatchers:
- polling_interval: 2
- polling_interval: 1
batch_size: 500
workers:
- queues: "*"
threads: 3
processes: <%= ENV.fetch("JOB_CONCURRENCY", 1) %>
polling_interval: 2
polling_interval: 0.1

development:
<<: *default
Expand Down

0 comments on commit 7ccc6ec

Please sign in to comment.