The Queue polls the database at regular intervals to retrieve jobs that need processing. If this query fails due to a transient ...

The Queue polls the database at regular intervals to retrieve jobs that need processing. If this query fails due to a transient SQL problem (like a SQL Deadlock), the Queue will retry the query after the SQL Retry Interval has elapsed. The number of retries is bound by the SQL Retry Limit.

Minimum: 0 (no retries)
Maximum: 100
Default: 5