Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support scheduled message processing (scheduled retry) #48

Closed
astubbs opened this issue Dec 11, 2020 · 1 comment
Closed

Support scheduled message processing (scheduled retry) #48

astubbs opened this issue Dec 11, 2020 · 1 comment
Labels
Milestone

Comments

@astubbs
Copy link
Contributor

astubbs commented Dec 11, 2020

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.

@astubbs astubbs added enhancement New feature or request ver:0.3.1 medium labels Dec 14, 2020
@astubbs astubbs added this to the 0.3.1 milestone Dec 14, 2020
@astubbs astubbs changed the title Support scheduled message processing Support scheduled message processing (scheduled retry) Jan 14, 2021
@johnbyrnejb
Copy link
Contributor

Closing Issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants