v1.18
- btq
- Fixed
queue.qsize()
to count delayed jobs - Added argument
max_size
in the constructor - Added
queue.verify_task()
, check if it is serializable and if it not exceedsmax_size
.
- Fixed
queue.qsize()
to count delayed jobsmax_size
in the constructorqueue.verify_task()
, check if it is serializable and if it not exceeds max_size
.