From a26c86ec9e005a7d0b540615753b0bc0266831f3 Mon Sep 17 00:00:00 2001 From: Fernando Valverde Date: Wed, 5 Jan 2022 11:48:22 -0600 Subject: [PATCH] Update deliver worker conflict strategy (#15961) --- app/workers/push_notifications/deliver_worker.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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