Requeue expiration notification (#24311)
This commit is contained in:
committed by
GitHub
parent
c384795731
commit
eb38e9df31
@ -3,7 +3,7 @@
|
||||
class PollExpirationNotifyWorker
|
||||
include Sidekiq::Worker
|
||||
|
||||
sidekiq_options lock: :until_executed
|
||||
sidekiq_options lock: :until_executing
|
||||
|
||||
def perform(poll_id)
|
||||
@poll = Poll.find(poll_id)
|
||||
|
Reference in New Issue
Block a user