islco / django-rq-scheduler

A database backed job scheduler for Django RQ and RQ Scheduler
MIT License
42 stars 46 forks source link

Args+kwargs with redis 3 #35

Open tom-price opened 5 years ago

tom-price commented 5 years ago

Written to address Issue #1 and builds the fixes presented in PR #34 and replaces PR #24 due to a re-write of the code there.

Added callable column Passing in args / kwargs

tom-price commented 4 years ago

The latest updates to this bring this PR up to date with master and also fixes a bug where the run_job_now function wasn't capturing the defined args / kwargs. It's a superset of the content in PRs #29 and #34