How to run on ecery xth Minute
Open
- Dominant language
- Python
- Stars
- 12.3k
- Forks
- 999
- PR merge metrics
- No merged PRs in 30d
Description
Hi, i want to run my code on every 5th minute like: 00:05, 00:10, 00:15, 00:20...
But now when i am defining like:
**schedule.every(5).minutes.do()**
it runs in every 5 min interval of starting the code..!!!
Something like */5 * * * * in cron..!!
is it possible??
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.