Skip to content

Commit

Permalink
fix: Add sidekiq queues
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Dec 4, 2023
1 parent 111ffa6 commit 4fb6ae0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/sidekiq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- metrics
- vote_reminder
- reminders
- low

:scheduler:
:schedule:
Expand All @@ -35,8 +36,8 @@
CleanAdminLogs:
cron: "0 9 0 * * *"
class: Decidim::Cleaner::CleanAdminLogsJob
queue: scheduled
queue: mailers
CleanInactiveUsers:
cron: "0 9 0 * * *"
class: Decidim::Cleaner::CleanInactiveUsersJob
queue: scheduled
queue: mailers

0 comments on commit 4fb6ae0

Please sign in to comment.