Skip to content

Commit 17da330

Browse files
committed
Docs: Hosting: Add upgrade_timeout_sec prop in satellite configuration.
1 parent 464f508 commit 17da330

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/hosting.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,8 @@ xySat is configured automatically via the xyOps conductor server. The [satellit
402402
"debug_level": 5,
403403
"child_kill_timeout": 10,
404404
"monitoring_enabled": true,
405-
"quickmon_enabled": true
405+
"quickmon_enabled": true,
406+
"upgrade_timeout_sec": 60
406407
}
407408
```
408409

@@ -424,6 +425,7 @@ Here are descriptions of the configuration properties:
424425
| `child_kill_timeout` | Number | Number of seconds to wait after sending a SIGTERM to follow-up with a SIGKILL. |
425426
| `monitoring_enabled` | Boolean | Enable or disable the monitoring subsystem (i.e. send monitoring metrics every minute). |
426427
| `quickmon_enabled` | Boolean | Enable or disable the quick monitors, which send lightweight metrics every second. |
428+
| `upgrade_timeout_sec` | Number | The number of seconds to allow for upgrades to complete, before reporting an error (default: `60`). |
427429

428430
### Overriding The Connect URL
429431

0 commit comments

Comments
 (0)