Skip to content

Commit

Permalink
merge: #10465 #10466
Browse files Browse the repository at this point in the history
10465: deps(maven): bump feel-engine from 1.14.2 to 1.14.3 r=remcowesterhoud a=saig0

## Description

Bumps [feel-engine](https://github.com/camunda/feel-scala) from `1.14.2` to `1.14.3`.

## Related issues



10466: [Backport stable/8.0] Specify the unit of retryBackOff r=remcowesterhoud a=backport-action

# Description
Backport of #10448 to `stable/8.0`.

relates to 

Co-authored-by: Philipp Ossler <philipp.ossler@gmail.com>
Co-authored-by: Remco Westerhoud <remco@westerhoud.nl>
  • Loading branch information
3 people committed Sep 23, 2022
3 parents 0c97037 + b8221fa + f387b28 commit ea0c80b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gateway-protocol/src/main/proto/gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ message FailJobRequest {
// 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
// the backoff timeout (in ms) for the next retry
int64 retryBackOff = 4;
}

Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<version.testcontainers>1.16.3</version.testcontainers>
<version.netflix.concurrency>0.3.6</version.netflix.concurrency>
<version.zeebe-test-container>3.3.0</version.zeebe-test-container>
<version.feel-scala>1.14.2</version.feel-scala>
<version.feel-scala>1.14.3</version.feel-scala>
<version.dmn-scala>1.7.2</version.dmn-scala>
<version.rest-assured>4.5.1</version.rest-assured>
<version.spring>5.3.18</version.spring>
Expand Down

0 comments on commit ea0c80b

Please sign in to comment.