Bogdanp / django_dramatiq

A Django app that integrates with Dramatiq.
https://dramatiq.io
Other
331 stars 77 forks source link

Skipped tasks support #59

Closed Sovetnikov closed 4 years ago

Sovetnikov commented 4 years ago

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 commented 4 years ago

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