mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-29 22:00:19 -04:00
change countdown from 30 to 60 seconds for message sends to better match batch insert timing
This commit is contained in:
@@ -174,7 +174,7 @@ def send_notification_to_queue_detached(
|
||||
deliver_task = provider_tasks.deliver_email
|
||||
|
||||
try:
|
||||
deliver_task.apply_async([str(notification_id)], queue=queue, countdown=30)
|
||||
deliver_task.apply_async([str(notification_id)], queue=queue, countdown=60)
|
||||
except Exception:
|
||||
dao_delete_notifications_by_id(notification_id)
|
||||
raise
|
||||
|
||||
Reference in New Issue
Block a user