You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ services:
51
51
- OPR_EXECUTOR_ENV
52
52
- OPR_EXECUTOR_RUNTIMES
53
53
- OPR_EXECUTOR_CONNECTION_STORAGE
54
-
- OPR_EXECUTOR_INACTIVE_TRESHOLD
54
+
- OPR_EXECUTOR_INACTIVE_THRESHOLD
55
55
- OPR_EXECUTOR_MAINTENANCE_INTERVAL
56
56
- OPR_EXECUTOR_NETWORK
57
57
- OPR_EXECUTOR_SECRET
@@ -82,7 +82,7 @@ OPR_EXECUTOR_ENV=development
82
82
OPR_EXECUTOR_RUNTIMES=php-8.0
83
83
OPR_EXECUTOR_CONNECTION_STORAGE=file://localhost
84
84
OPR_EXECUTOR_IMAGE_PULL=enabled
85
-
OPR_EXECUTOR_INACTIVE_TRESHOLD=60
85
+
OPR_EXECUTOR_INACTIVE_THRESHOLD=60
86
86
OPR_EXECUTOR_MAINTENANCE_INTERVAL=60
87
87
OPR_EXECUTOR_NETWORK=openruntimes-runtimes
88
88
OPR_EXECUTOR_SECRET=executor-secret-key
@@ -194,7 +194,7 @@ docker compose down
194
194
| OPR_EXECUTOR_ENV | Environment mode of the executor, ex. `development` |
195
195
| OPR_EXECUTOR_RUNTIMES | Comma-separated list of supported runtimes `(ex: php-8.1,dart-2.18,deno-1.24,..)`. These runtimes should be available as container images. |
196
196
| OPR_EXECUTOR_CONNECTION_STORAGE | DSN string that represents a connection to your storage device, ex: `file://localhost`for local storage |
197
-
| OPR_EXECUTOR_INACTIVE_TRESHOLD | Threshold time (in seconds) for detecting inactive runtimes, ex: `60`|
197
+
| OPR_EXECUTOR_INACTIVE_THRESHOLD | Threshold time (in seconds) for detecting inactive runtimes, ex: `60`|
198
198
| OPR_EXECUTOR_MAINTENANCE_INTERVAL| Interval (in seconds) at which the Executor performs maintenance tasks, ex: `60`|
199
199
| OPR_EXECUTOR_NETWORK | Network used by the executor for runtimes, ex: `openruntimes-runtimes`|
200
200
| OPR_EXECUTOR_SECRET | Secret key used by the executor for authentication |
0 commit comments