types.EvaluationBrokerConfig
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
{
"max_retry_count": 0,
"visibility_timeout": -9223372036854776000
}