islco / django-rq-scheduler

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

Added ttl after cron #22

Closed tom-price closed 6 years ago

tom-price commented 6 years ago

Merging in PR #18 following the introduction of cron scheduling in PR #15.

Differences from PR #18 are an updated migrations file, setting result_ttl to none on CronJob, and some simple changes to testproject19 so it runs on Django 2.0 while maintaining backwards compatibility to at least 1.7

oudeismetis commented 6 years ago

@tom-price Thank you for being so engaged with this! We are taking some time right now to look at these, prioritizing issues with recent comments. So if there are any other open issues that are a priority for you, please comment on them in the next couple of days.