mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-25 16:43:41 +01:00
Fix self-destruct schedule not actually replacing initial schedule (#29049)
This commit is contained in:
parent
2f19ddd1fa
commit
64300e0fe3
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue