diff options
| author | 2021-02-25 12:59:37 +0300 | |
|---|---|---|
| committer | 2021-02-25 12:59:37 +0300 | |
| commit | 866f3156cb05e49a8ca2c9ebdb13688829f15914 (patch) | |
| tree | 7d45d848bf0a753551420ba7d8aeb38ca940fe3e /config-default.yml | |
| parent | Adds More Descriptive Startup Error Messages (diff) | |
Adds Site Readiness Checks
Attempts to connect to the site multiple times before throwing an
exception to allow the site to warm up when running in docker.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 7d9afaa0e..a9fb2262e 100644 --- a/config-default.yml +++ b/config-default.yml @@ -338,6 +338,8 @@ keys: urls: # PyDis site vars + connect_max_retries: 3 + connect_cooldown: 5 site: &DOMAIN "pythondiscord.com" site_api: &API "pydis-api.default.svc.cluster.local" site_api_schema: "http://" |