Fix self-destruct schedule not actually replacing initial schedule (#29049)

main
Claire 2024-02-06 16:32:09 +01:00
parent 5ea36a3606
commit 19f1ffe287
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ Sidekiq.configure_server do |config|
'queue' => 'scheduler',
},
}
SidekiqScheduler::Scheduler.instance.reload_schedule!
end
end