taskiq-python / taskiq

Distributed task queue with full async support
MIT License
855 stars 52 forks source link

Schedule Tasks with Intervals shorter Than 1 Minute #290

Open Soures888 opened 9 months ago

Soures888 commented 9 months ago

Hello! I need the ability to run tasks at intervals shorter than one minute. Currently, the scheduler seems to run tasks every minute, often with some delays. Are there examples or methods available that would allow me to run tasks at shorter intervals, such as every 20 seconds?

vadympop commented 1 month ago

Also interested in this functionality