proto/gateway.proto in zeebe-client-0.16.1 vs proto/gateway.proto in zeebe-client-0.16.2

- old
+ new

@@ -180,9 +180,11 @@ int32 retries = 2; // an optional message describing why the job failed // this is particularly useful if a job runs out of retries and an incident is raised, // as it this message can help explain why an incident was raised string errorMessage = 3; + // the backoff timeout for the next retry + int64 retryBackOff = 4; } message FailJobResponse { }