Skip to content

Commit

Permalink
Rename Meta REST operational API into Admin API
Browse files Browse the repository at this point in the history
This fixes #139.
  • Loading branch information
tillrohrmann committed Aug 24, 2023
1 parent e345e1b commit 577c4d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions static/schemas/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"max_interval": "10s",
"type": "Exponential"
},
"tmp_dir": "/tmp/invoker-018a22ade7907754a1d9efcf97fb2e4c"
"tmp_dir": "/var/folders/tw/68_ctnh50rn41q721zt5pwfc0000gn/T/invoker-018a27b5439472b4b7c04625ff19e36c"
},
"partitions": 1024,
"storage_query": {
Expand Down Expand Up @@ -307,7 +307,7 @@
"max_interval": "10s",
"type": "Exponential"
},
"tmp_dir": "/tmp/invoker-018a22ade7907469a8ef400edc0b101e"
"tmp_dir": "/var/folders/tw/68_ctnh50rn41q721zt5pwfc0000gn/T/invoker-018a27b5439473b99a21ece091c8a13f"
},
"$ref": "#/definitions/InvokerOptions"
},
Expand Down Expand Up @@ -549,7 +549,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-018a22ade78f71aa9d6bd866dc6cf545",
"default": "/var/folders/tw/68_ctnh50rn41q721zt5pwfc0000gn/T/invoker-018a27b54394701c9a4f291471e30c06",
"type": "string"
},
"concurrency_limit": {
Expand Down
Loading

0 comments on commit 577c4d7

Please sign in to comment.