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 wait for the SQL Retry Interval to elapse and retry the query.

Minimum: 0 (immediately retry)
Maximum: 60000 (1 minute)
Default: 1000 (1 second)