diff --git a/config/sidekiq/quarantine.yml b/config/sidekiq/quarantine.yml index 19372e351..88993999b 100644 --- a/config/sidekiq/quarantine.yml +++ b/config/sidekiq/quarantine.yml @@ -15,4 +15,5 @@ # Since queues are declared without waits, the jobs in lower ranking queues will only be processed # if there are no jobs in higher ranking queues. :queues: - - scheduled_jobs \ No newline at end of file + - scheduled_jobs + \ No newline at end of file