Update deliver worker conflict strategy (#15961)
This commit is contained in:
parent
528bd2baa6
commit
a26c86ec9e
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ module PushNotifications
|
|||
retry: 10,
|
||||
lock: :until_expired,
|
||||
lock_ttl: 30,
|
||||
on_conflict: :reject
|
||||
on_conflict: :log
|
||||
|
||||
def perform
|
||||
# Deliver all pending Push Notifications
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue