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
Having the ability to only process a message at a certain time, say for scheduling sending messages to users.
This could be quite easily achieved by extending the existing retry delay system - give the user function the ability to throw a "retry message X time" exception, the system will then use -this- as the retry delay, instead of the normal retry delay of a few seconds.
The record will then not be given back to a user function, until at least X time has passed.
The text was updated successfully, but these errors were encountered:
Having the ability to only process a message at a certain time, say for scheduling sending messages to users.
This could be quite easily achieved by extending the existing retry delay system - give the user function the ability to throw a "retry message X time" exception, the system will then use -this- as the retry delay, instead of the normal retry delay of a few seconds.
The record will then not be given back to a user function, until at least X time has passed.
The text was updated successfully, but these errors were encountered: