Skip to content

Commit

Permalink
refactor: keep alphabetical order in gateway service config
Browse files Browse the repository at this point in the history
(cherry picked from commit b15fed9)
  • Loading branch information
berkaycanbc authored and github-actions[bot] committed May 7, 2024
1 parent 7294737 commit da273a2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
{"service": "gateway_protocol.Gateway", "method": "DeployResource"},
{"service": "gateway_protocol.Gateway", "method": "ModifyProcessInstance"},
{"service": "gateway_protocol.Gateway", "method": "PublishMessage"},
{"service": "gateway_protocol.Gateway", "method": "SetVariables"},
{"service": "gateway_protocol.Gateway", "method": "ThrowError"},
{"service": "gateway_protocol.Gateway", "method": "UpdateJobRetries"},
{"service": "gateway_protocol.Gateway", "method": "UpdateJobTimeout"},
{"service": "gateway_protocol.Gateway", "method": "SetVariables"}
{"service": "gateway_protocol.Gateway", "method": "UpdateJobTimeout"}
],
"waitForReady": true,
"retryPolicy": {
Expand Down

0 comments on commit da273a2

Please sign in to comment.