taskiq-python / taskiq

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

[Scheduler] Configure the delay #321

Open realitix opened 2 months ago

realitix commented 2 months ago

Hello, Currently, the scheduler is run every minutes. If I want to delay by seconds, it wil wait the next minute (in my usecase it's not what I want). I saw your solution to use a custom delay but it will not fit my need. Could you add the possibility to configure the delay manually. The default would be 60 seconds like now, but you could lower it.

What do you think ? Thanks