Skip to content

Commit

Permalink
Decrease queue threads
Browse files Browse the repository at this point in the history
  • Loading branch information
ursm committed Dec 27, 2024
1 parent dd2273d commit a4faf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/config/queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default: &default
batch_size: 500
workers:
- queues: "*"
threads: 16
threads: 14
processes: <%= ENV.fetch("JOB_CONCURRENCY", 1) %>
polling_interval: 0.1

Expand Down

0 comments on commit a4faf31

Please sign in to comment.