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

This commit is contained in:
Claire 2024-02-06 16:32:09 +01:00 committed by GitHub
parent 2f19ddd1fa
commit 64300e0fe3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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