taskiq-python / taskiq

Distributed task queue with full async support
MIT License
689 stars 44 forks source link

Avoid duplication of task execution #319

Closed Temik26 closed 2 months ago

Temik26 commented 2 months ago

Fixed a bug that causes second execution of task in a same minute

s3rius commented 2 months ago

Closes #296.