Every Friday to Sunday, 10 a.m. and 16 p.m do this
Open
- Dominant language
- Python
- Stars
- 12.3k
- Forks
- 999
- PR merge metrics
- No merged PRs in 30d
Description
Every Friday to Sunday, 10 a.m. and 16 p.m do this, for jobs that only run F-S and 10 a.m / 16 p.m ,Otherwise i have to do this:
`
schedule.every().friday.at("10:00").do(something())
schedule.every().friday.at("16:00").do(something())
schedule.every().saturday.at("10:00").do(something())
schedule.every().saturday.at("16:00").do(something())
schedule.every().sunday.at("10:00").do(something())
schedule.every().sunday.at("16:00").do(something())
`
i use
`schedule.every().friday.sunday.at("10:00").at("16:00").do(something())`
can run
but only friday 19 a.m and sunday 16 p.m
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.