Handle 504 Timeout from GCNotify

Created on 13 January 2025, 17 days ago

Problem/Motivation

When sending messages to GCNotify we are on occasion getting 504 Timeout error. Currently, other errors are handled by queueing the request and resending it later - I think this should also be done for 504.

Steps to reproduce

  • Queue a message for bulk send with more than 15,000 recipients.
  • Set message_gcnotify to handle them 5000 at a time
  • Use the Queue UI to start a batch process of the messages
  • Repeat until you see occasional 504s

Proposed resolution

Handle 504 Timeout by queueing for retry the same other errors are handled.

Remaining tasks

User interface changes

API changes

Data model changes

✨ Feature request
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡¨πŸ‡¦Canada joel_osc

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024