agronholm / agronholm/apscheduler
Any plans for FixDelayTask
- Ngôn ngữ chính
- Python
- Star
- 7.6k
- Fork
- 783
- Merge trung bình
- 4 ngày 8 giờ
- Pull request đã merge (30 ngày)
- 5
Mô tả
### Things to check first
- [x] I have searched the existing issues and didn't find my feature already requested there
### Feature description
It currently supports tasks of the cron expression type and fixed-rate type. However, fixed-delay tasks are not yet supported (where a fixed interval elapses between the end of one task execution and the start of the next). Do you have any plans to implement this feature?
### Use case
For large-batch task scheduling, we aim to process as many tasks as possible in each run cycle. When there are no pending tasks, the system will sleep for a fixed period and then wake up to check again for executable tasks.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.