1 minute scheduling. Seems to crash after 45 minutes
- Dominant language
- Python
- Stars
- 12.3k
- Forks
- 999
- PR merge metrics
- No merged PRs in 30d
Description
Is it OK to use this format?
schedule.every().minute.do(updateObservingConditionsCSV)
rather than:
`schedule.every(1).minutes.do(updateObservingConditionsCSV)`
If not ok, might want to update the docs.
I have the thread crashing after 45 minutes and I am trying to localize the issue.
`
Contributor guide
No contributing guide indexed for this repository
Research direction
No files or tests are named. First reproduce the reported 45-minute crash using both scheduling forms, then inspect the scheduling entry points involved in minute-based jobs and compare their behavior. Done means identifying whether either syntax causes the failure and documenting a minimal reproducible case or confirmed fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100