Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Dec 2, 2023
1 parent d8345bf commit 58558af
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions restate.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"RESTATE_VERSION": "0.5.0",
"RESTATE_VERSION": "0.5",
"TYPESCRIPT_SDK_VERSION": "0.5.1",
"TOUR_VERSION": "0.5.1"
}
}
6 changes: 3 additions & 3 deletions static/schemas/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"aws_profile": null
}
},
"tmp_dir": "/tmp/invoker-018c14f5852f7c819a297876783fd382"
"tmp_dir": "/tmp/invoker-018c2b406b5e7518832e14e1134dc69b"
},
"kafka": {
"clusters": {}
Expand Down Expand Up @@ -467,7 +467,7 @@
"aws_profile": null
}
},
"tmp_dir": "/tmp/invoker-018c14f5852f749ba3e04aeb1b762bdd"
"tmp_dir": "/tmp/invoker-018c2b406b5f7433a6411ce4b801b41e"
},
"$ref": "#/definitions/InvokerOptions"
},
Expand Down Expand Up @@ -761,7 +761,7 @@
"tmp_dir": {
"title": "Temporary directory",
"description": "Temporary directory to use for the invoker temporary files. If empty, the system temporary directory will be used instead.",
"default": "/tmp/invoker-018c14f5852f76c8888c70cefd20e523",
"default": "/tmp/invoker-018c2b406b5f77728e4cb834df8c45c2",
"type": "string"
},
"concurrency_limit": {
Expand Down
2 changes: 1 addition & 1 deletion static/schemas/openapi-meta.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/schemas/restate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ worker:
abort_timeout: 1m
message_size_warning: 10485760
message_size_limit: null
tmp_dir: /tmp/invoker-018c14f5868a7f90990d654d939246ba
tmp_dir: /tmp/invoker-018c2b406cc172b5a759b8cfb8d812ef
concurrency_limit: null
service_client:
http:
Expand Down

0 comments on commit 58558af

Please sign in to comment.