schedule to stop job which started with scheduling
- Dominant language
- Python
- Stars
- 12.3k
- Forks
- 999
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I have researched issues but didn't find related issues with this.
(https://github.com/dbader/schedule/issues/160) <-- is it better to create custom time checker in job and use schedule.CancelJob?
(https://github.com/dbader/schedule/pull/226) <-- It looks like what i need, if i right understand
it could be some think like this:
`job = schedule.every().day.at("00:00").do(start_logging()).stop("23:59")`
Thank you!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing issue 160 and pull request 226, which the report identifies as related to stopping scheduled jobs. Compare their proposed behavior with the requested start-at-midnight and stop-at-23:59 usage, then define the API and acceptance criteria for completing the feature.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100