Typically this is a feature of your queueing service. For instance, Sidekiq offers exponential backoff by default. Check to see if yours supports it by default.
I am sorry, but I don't quite understand your answer. What is Sidekiq supposed to do? I guess by queueing service you mean the queue driver used by Laravel, am I correct? If so, I would like to use redis for it, but redis doesn't offer any feature for something like that.
Nonetheless, thank you for your answer!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community