backburner
backburner copied to clipboard
Is there a way to give different retry_limit and retry_delay for different jobs?
http://stackoverflow.com/questions/31399688/specifying-different-retry-limit-and-retry-delay-for-different-jobs-in-backburne
What worker are you using, @hari-151191? The retry_limit is only used by the ThreadsOnFork worker according to the docs.
Sorry @contentfree for the late reply. I'm using a simple worker.