diff --git a/app/workers/push_notifications/deliver_worker.rb b/app/workers/push_notifications/deliver_worker.rb index 71d3e2fc9..7ffcf4187 100644 --- a/app/workers/push_notifications/deliver_worker.rb +++ b/app/workers/push_notifications/deliver_worker.rb @@ -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