and others added 6 commits
December 13, 2016 23:38- Job.job_queue is now weakref.proxy reducing the risk of cyclic pointers preventing Job object from being deleted. - JobQueue._put(): raise if both next_t and job.interval are None - Don't put repeating job back to queue if user had disabled it was disabled during the time of execution. - New method: Job.is_removed() - promising a consistent API (instead of access to private member Job._remove) - Documentation fixes.
Closed
rahiel deleted the jobqueue-absolute-simple branch
February 5, 2017 22:28Merged
Closed
This was referenced
Mar 2, 2018Closed
Merged