islco / django-rq-scheduler

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

Bug fixes and improvements #34

Open tom-price opened 5 years ago

tom-price commented 5 years ago

OK, I'm re-implementing whats in PR #24 in two parts and this is the first step with the args+kwargs implementation built atop it to addresses issue #1. Here's an overview of the changes:

CorneliusIV commented 5 years ago

@tom-price Thanks Tom, I'm going to look this over today

tom-price commented 4 years ago

I've had to remove FakeRedis as an update broke its setup and I cannot figure it out. This PR is a superset of changes in #29