Erik Telepovský
Erik Telepovský
Hi @selwin. Do you mean when I requeue the failed jobs? I don't do it programmatically. I use django admin action: 
I'm using method decorator: ``` from django_rq import job @job('long_running') def my_method() ... ``` so yes, I presume it is using ``get_queue()``
When I increase the timeout in the settings, it is applied to all new delayed jobs successfully. But it is not applied to the requeued failed jobs. Old timeout value...
I can look into it. Can you guide me where to start?
And what about automatic timeout update according to the current settings when job is requeued?
I created a PR #458
Thanks a lot @mwelcker !
Any fix for this yet?
Hi. Is there any progress regarding this issue, please?
Hello people. Is there somebody who can look into this PR again, please? Native JSON fields of Postgres are pretty important nowadays and crucial for many libraries and projects.