We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8991516 commit 815da2cCopy full SHA for 815da2c
config/queue.yml
@@ -7,7 +7,7 @@ default: &default
7
threads: 4
8
processes: <%= ENV.fetch("JOB_CONCURRENCY", 2) %>
9
polling_interval: 0.1
10
- - queues: [background, uptime]
+ - queues: [background, ahoy, uptime]
11
threads: 6
12
13
0 commit comments