Skip to content

Commit

Permalink
Make analytics low priority
Browse files Browse the repository at this point in the history
We want analytics to be the lowest priority queue for sidekiq so as any
backlog doesn't block other jobs.
  • Loading branch information
gpeng committed Jul 19, 2023
1 parent 122c03b commit 4387ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sidekiq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ production:
:max_retries: 1

:queues:
- analytics
- critical
- default
- low
- analytics

0 comments on commit 4387ecd

Please sign in to comment.