Hello. Is there a way how to change/increase timeout of failed jobs?
My jobs fail with exception:
rq.timeouts.JobTimeoutException: Task exceeded maximum timeout value
so I increased the DEFAULT_TIMEOUT in RQ_QUEUES setting, but every time I requeue failed jobs, the new setting is ignored and and is used previous timeout value.