Skip to content

Commit

Permalink
Fix microservice.json error.
Browse files Browse the repository at this point in the history
  • Loading branch information
hexiaofeng committed May 30, 2024
1 parent e5f5c14 commit d35774e
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions joylive-package/src/main/assembly/config/microservice.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,22 @@
"loadBalancePolicy": {
"policyType": "ROUND_ROBIN"
},
"retryPolicy": {
"type": "Resilience4j",
"retry": 10,
"retryInterval": 1000,
"timeout": 5000,
"retryStatuses": [
500,
502
],
"retryExceptions": [
"java.lang.NullPointException"
],
"version": 1704038400000
"clusterPolicy": {
"type": "failover",
"retryPolicy": {
"type": "Resilience4j",
"retry": 10,
"retryInterval": 1000,
"timeout": 5000,
"retryStatuses": [
500,
502
],
"retryExceptions": [
"java.lang.NullPointException"
],
"version": 1704038400000
}
},
"rateLimitPolicies": [
{
Expand Down

0 comments on commit d35774e

Please sign in to comment.