taskiq-python / taskiq

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

Add ability to add tasks that don't increase counter of async tasks. #258

Open s3rius opened 7 months ago

s3rius commented 7 months ago

This feature should be useful if the project have a lot of tasks that are lightweight and most of the time awaiting for something.

Ref: #128 and comment: https://github.com/taskiq-python/taskiq/pull/128#issuecomment-1843754982