How do I schedule a job that starts at minute 5 and runs every 10 minutes
Open
- Dominant language
- Python
- Stars
- 12.3k
- Forks
- 999
- PR merge metrics
- No merged PRs in 30d
Description
documentation suggests schedule.every(10).minutes.at("05:00") but schedule whines that "Invalid time format for a minutely job (valid format is :SS)". I tried changing to at(":300") (five minutes as seconds) but that also doesn't match the required format either.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.