django-rq icon indicating copy to clipboard operation
django-rq copied to clipboard

Allow setting DEFAULT_RESULT_TTL in RQ_QUEUES

Open rvernica opened this issue 6 years ago • 3 comments

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.

rvernica avatar Mar 21 '19 22:03 rvernica

Please open a PR for this :)

selwin avatar Mar 30 '19 02:03 selwin

How to pull request? When I push:

remote: Permission to rq/django-rq.git denied to Dganzh.

Dganzh avatar Apr 17 '19 10:04 Dganzh

This might help: https://help.github.com/en/articles/creating-a-pull-request

:)

selwin avatar Jun 13 '19 01:06 selwin