Run a job at exact time interval
- Dominant language
- Python
- Stars
- 12.3k
- Forks
- 999
- PR merge metrics
- No merged PRs in 30d
Description
Let suppose,
I have set a variable as 10 min, so what-ever time my script will run first, the job function should always trigger on 10:00 -> 10:10 -> 10:20 -> 10:30 though my script started at 10:02 or 10:08.
Similarly, the unit of time (minute, seconds and days) can be configurable and so the triggering mechanism can work accordingly.
Check this link for every 5th step interval
[https://crontab.guru/every-5-minutes](
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named. Start by reviewing the scheduler's existing interval behavior and the linked crontab.guru example; done means supporting fixed clock-aligned intervals with configurable minute, second, and day units, including scripts started between scheduled times.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100