issues
search
rq
/
rq-scheduler
A lightweight library that adds job scheduling capabilities to RQ (Redis Queue)
MIT License
1.45k
stars
230
forks
source link
fix: Add some checking for the Scheduler.enqueue_job method
#318
Open
newmancu
opened
4 days ago
newmancu
commented
4 days ago
Add explicit None type checking;
Add check for negative repeat value.