abel-vs / abel-vs/carbon-scheduler
Fix bug in cancelling repeating jobs
Open
bug
help wanted
- Dominant language
- Python
- Stars
- 7
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
I noticed that sometimes cancelling repeating jobs doesn't work as expected. In the picture you can see the list of CronItems found in the crontab, on the second line you can see the item it is supposed to be removed from crontab with cron.remove(), however after calling the remove function, the list of cron items is on the third line, the wrong element being removed

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.