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

Skipped tasks support #59

Closed
wants to merge 1 commit into from

Conversation

Sovetnikov
Copy link
Contributor

Support for messages that are skipped by SkipMessage exception.
Without this skipped messages got stuck in Enqueued state.
In my case i have stumbled upon this with periodiq using SkipMessage for preventing tasks being executed several times when task schedule is every small period of time (1-2 minutes) and task execution time is more than scheduling period in some cases.

@Bogdanp
Copy link
Owner

Bogdanp commented Jan 23, 2020

Thanks! I made some more changes and added a test and merged this with rebase. I'll cut a release sometime next week.

@Bogdanp Bogdanp closed this Jan 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants