Retry
Retry Mechanism
When jobs fail, it’s essential to have a mechanism that ensures they are retried automatically. JoobQ provides configurable retry logic to help you handle transient errors and temporary failures.
Configuring Retries
You can configure the retry behavior globally or per job. By default, each job is retried three times, but you can change this setting to suit your application’s needs:
You can also set retries for individual jobs:
Last updated