Unverified Commit 31e7940d authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix multiple workers for the same scheduled status being queueable (#9875)

parent 6b91da97
Showing with 2 additions and 0 deletions
+2 -0
......@@ -3,6 +3,8 @@
class PublishScheduledStatusWorker
include Sidekiq::Worker
sidekiq_options unique: :until_executed
def perform(scheduled_status_id)
scheduled_status = ScheduledStatus.find(scheduled_status_id)
scheduled_status.destroy!
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment