Fix to isolate the sidekiq process that runs the scheduler job by noellabo · Pull Request #15314 · mastodon/mastodon
Fix #14764 Introduce a scheduler queue that runs the scheduler job so that only the sidekiq process that processes this queue runs the schedule. In the case of a single sidekiq process, everything ...