Skip to content

Commit 78bb48d

Browse files
committed
TWEAK: revert max interval back to 24 hours
1 parent 3a59b4f commit 78bb48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ func retry(queue Queue) HandleMiddleware {
392392
b.InitialInterval = 2 * time.Second
393393
b.RandomizationFactor = 0.2
394394
b.Multiplier = 1.6
395-
b.MaxInterval = 120 * time.Second
395+
b.MaxInterval = 24 * time.Hour
396396
b.MaxElapsedTime = 0
397397
b.Reset()
398398

0 commit comments

Comments
 (0)