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
Currently have a problem with campaign event firing tasks taking ~10 minutes and if cancelled mid-way by a deployment, leaving event fires in a state where they haven't been fired but they are marked in redis as having been fired.
Could pass something to tasks so they can check if mailroom is stopping.. in the case of this task it could clear the redis markers for the event fires it can't handle.
The text was updated successfully, but these errors were encountered:
Currently have a problem with campaign event firing tasks taking ~10 minutes and if cancelled mid-way by a deployment, leaving event fires in a state where they haven't been fired but they are marked in redis as having been fired.
Could pass something to tasks so they can check if mailroom is stopping.. in the case of this task it could clear the redis markers for the event fires it can't handle.
The text was updated successfully, but these errors were encountered: