Skip to content

Commit 0217b8f

Browse files
committed
remove unused queues
- search_sync is staying around for now, because of how job uniqueness is implemented - seems like a good idea to also keep ‘default’ around even though no worker/job uses it. It is the default queue that sidekiq uses. So just a smart move to keep it around? - remove all other unused queues
1 parent 523c2c5 commit 0217b8f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

config/sidekiq.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,13 @@ production:
88
- [event_tracker, 5]
99
- [index, 4]
1010
- [timeline, 3]
11+
- [search_sync, 2]
1112
- [user, 2]
1213
- [data_cleanup, 1]
14+
- [default, 1]
1315
- [event_publisher, 1]
1416
- [github, 1]
1517
- [mailer, 1]
1618
- [network, 1]
1719
- [protip, 1]
1820
- [team, 1]
19-
- [low, 1]
20-
- [default, 2]
21-
- [search_sync, 2]
22-
- [medium, 3]
23-
- [high, 4]
24-
- [urgent, 5]
25-
- [critical, 6]

0 commit comments

Comments
 (0)