Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedSoliman committed Apr 3, 2024
1 parent 39441e8 commit 9f05d26
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions test-utils/src/main/json/restate_config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"default": [
"worker",
"admin",
"metadata_store"
"metadata-store"
],
"type": "array",
"items": {
Expand Down Expand Up @@ -148,10 +148,10 @@
"message_size_warning": 10485760,
"retry_policy": {
"factor": 2.0,
"initial_interval": "50ms",
"max_attempts": 18446744073709551615,
"max_interval": "10s",
"type": "Exponential"
"initial-interval": "50ms",
"max-attempts": 9223372036854775807,
"max-interval": "10s",
"type": "exponential"
},
"service_client": {
"aws_assume_role_external_id": null,
Expand Down Expand Up @@ -332,10 +332,10 @@
"message_size_warning": 10485760,
"retry_policy": {
"factor": 2.0,
"initial_interval": "50ms",
"max_attempts": 18446744073709551615,
"max_interval": "10s",
"type": "Exponential"
"initial-interval": "50ms",
"max-attempts": 9223372036854775807,
"max-interval": "10s",
"type": "exponential"
},
"service_client": {
"aws_assume_role_external_id": null,
Expand All @@ -346,7 +346,7 @@
},
"http_proxy": null
},
"tmp_dir": "/var/folders/9_/5xtjs16s0xd1yfysv6b9h8b80000gn/T/invoker-018e840f768a73678e298bbd40c74d5c"
"tmp_dir": "/var/folders/9_/5xtjs16s0xd1yfysv6b9h8b80000gn/T/invoker-018ea4f4f8557f30b3b59be1d20b2b71"
},
"$ref": "#/definitions/InvokerOptions"
},
Expand Down Expand Up @@ -504,10 +504,10 @@
"description": "Retry policy to use for all the invocations handled by this invoker.",
"default": {
"factor": 2.0,
"initial_interval": "50ms",
"max_attempts": 18446744073709551615,
"max_interval": "10s",
"type": "Exponential"
"initial-interval": "50ms",
"max-attempts": 9223372036854775807,
"max-interval": "10s",
"type": "exponential"
},
"$ref": "#/definitions/RetryPolicy"
},
Expand Down Expand Up @@ -588,7 +588,7 @@
"type": {
"type": "string",
"enum": [
"None"
"none"
]
}
}
Expand All @@ -606,7 +606,7 @@
"type": {
"type": "string",
"enum": [
"FixedDelay"
"fixed-delay"
]
},
"interval": {
Expand Down Expand Up @@ -637,7 +637,7 @@
"type": {
"type": "string",
"enum": [
"Exponential"
"exponential"
]
},
"initial_interval": {
Expand Down

0 comments on commit 9f05d26

Please sign in to comment.