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: docs/installation.mdx
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,9 +90,10 @@ Aquila configuration is split into shared variables and mode-specific variables.
90
90
|`GRPC_PORT`| Port for the Aquila gRPC server. |`8081`|
91
91
|`WITH_HEALTH_SERVICE`| Enables the gRPC health service when set to `true`. |`false`|
92
92
|`SERVICE_CONFIG_PATH`| Path to the JSON service-configuration file used for runtime/action authorization and default action configs. |`./service.configuration.json`|
93
-
|`RUNTIME_STATUS_NOT_RESPONDING_AFTER_SECS`| Seconds a runtime serivce will be marked as `not_responding` when no hearbeat was recieved. |`15s`|
94
-
|`RUNTIME_STATUS_STOPPED_AFTER_NOT_RESPONDING_SECS`| Seconds a runtime serivce will be marked as `stopped` when no hearbeat was recieved. |`30s`|
95
-
|`RUNTIME_STATUS_MONITOR_INTERVAL_SECS`| Interval in which the heartbeat of the services will be flagged/checked. |`3s`|
93
+
|`RUNTIME_STATUS_NOT_RESPONDING_AFTER_SECS`| Seconds before a runtime service is marked as `not_responding` when no heartbeat was received. |`90s`|
94
+
|`RUNTIME_STATUS_STOPPED_AFTER_NOT_RESPONDING_SECS`| Additional seconds before a non-responding runtime service is marked as `stopped`. |`180s`|
95
+
|`RUNTIME_STATUS_MONITOR_INTERVAL_SECS`| Interval in which runtime service heartbeats are checked. |`30s`|
96
+
|`SAGITTARIUS_UNARY_RPC_TIMEOUT_SECS`| Timeout in seconds for unary RPC calls from Aquila to Sagittarius. |`5s`|
0 commit comments