- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 296
 
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels