django-rq
django-rq copied to clipboard
Allow setting DEFAULT_RESULT_TTL in RQ_QUEUES
RQ_QUEUES allows for setting DEFAULT_TIMEOUT when defining a queue in settings.py. Also, the @job decorator allows for setting DEFAULT_RESULT_TTL in RQ in settings.py.
It would be nice to allow setting DEFAULT_RESULT_TTL for queues in RQ_QUEUES in settings.py.
Please open a PR for this :)
How to pull request? When I push:
remote: Permission to rq/django-rq.git denied to Dganzh.
This might help: https://help.github.com/en/articles/creating-a-pull-request
:)