You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wanted to check if it's possible to define retry policy via Django settings, because it seems reasonable to have a global retry policy, rather than defining it on a per-job basis.
So, is something like this in djago settings for RQ_QUEUES variable:
... "RETRY": { "max": 3, "interval": [30,60,90] }
even possible?
The text was updated successfully, but these errors were encountered:
Hello,
Just wanted to check if it's possible to define retry policy via Django settings, because it seems reasonable to have a global retry policy, rather than defining it on a per-job basis.
So, is something like this in djago settings for RQ_QUEUES variable:
... "RETRY": { "max": 3, "interval": [30,60,90] }
even possible?
The text was updated successfully, but these errors were encountered: