You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposing new status backlogged to help differentiate between Backlogged vs queued messages e.g.
stateDiagram-v2
[*] --> Backlogged: Message is stored in database
Backlogged --> Queued: Message is in memory, waiting for publishing
Queued --> Publishing: Message is being published
Publishing --> Failed: Message publishing failed
Publishing --> [Deleted]: Message was published successfully
Proposing new status backlogged to help differentiate between Backlogged vs queued messages e.g.
The text was updated successfully, but these errors were encountered: