fix queues for cron jobs
remove the queues from the schedule.yml so the configured queue in the worker is used
This commit is contained in:
parent
32bda8fe20
commit
ce407568d9
1 changed files with 0 additions and 3 deletions
|
|
@ -1,14 +1,11 @@
|
|||
clean_cached_files:
|
||||
cron: "0 0 * * *"
|
||||
class: "Workers::CleanCachedFiles"
|
||||
queue: "clean_cached_files"
|
||||
|
||||
queue_users_for_removal:
|
||||
cron: "0 0 * * *"
|
||||
class: "Workers::QueueUsersForRemoval"
|
||||
queue: queue_users_for_removal
|
||||
|
||||
recurring_pod_check:
|
||||
cron: "0 0 * * *"
|
||||
class: "Workers::RecurringPodCheck"
|
||||
queue: recurring_pod_check
|
||||
|
|
|
|||
Loading…
Reference in a new issue