types.EvaluationBrokerConfig
initial_retry_delayinteger<int64>
InitialRetryDelay is the delay before re-enqueuing a Nacked evaluation for the first time. Defaults to 5 seconds if not set. Set a lower value (e.g., 100ms) for tests to avoid blocking subsequent evaluations for the same job.
Possible values: [-9223372036854776000, 9223372036854776000, 1, 1000, 1000000, 1000000000, 60000000000, 3600000000000]
max_retry_countinteger
MaxRetryCount specifies the maximum number of times an evaluation can be retried before being marked as failed.
visibility_timeoutinteger<int64>
VisibilityTimeout specifies how long an evaluation can be claimed before it's returned to the queue.
Possible values: [-9223372036854776000, 9223372036854776000, 1, 1000, 1000000, 1000000000, 60000000000, 3600000000000]
types.EvaluationBrokerConfig
{
"initial_retry_delay": -9223372036854776000,
"max_retry_count": 0,
"visibility_timeout": -9223372036854776000
}