Hey people! When developing locally, I have configured my queue with following retry timeouts and c

Hey people! When developing locally, I have configured my queue with following retry timeouts and counts:
max_retries = 10,
retry_delay = 30
max_retries = 10,
retry_delay = 30
I noticed that for some unknown reason, the retry logic only attempts up to 3 times. If I lower the retry_delay to 10 seconds, I can reach 6th attempt. If I finally lower the delay to 2 seconds, I can reach 10 retry attempts which is expected. Any ideas, why the 30s delay is not working and 2 seconds is? 🤔
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?