Fix self-destruct schedule not actually replacing initial schedule (#29049)
This commit is contained in:
parent
5ea36a3606
commit
19f1ffe287
|
@ -26,6 +26,7 @@ Sidekiq.configure_server do |config|
|
||||||
'queue' => 'scheduler',
|
'queue' => 'scheduler',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
SidekiqScheduler::Scheduler.instance.reload_schedule!
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue