mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
4fb1df567b
Summary: Recently, the server became more strict about not responding to requests before being fully configured. This is a problem when a doc worker is trying to check whether it has become available from a load balancer. This change gives access to health checks prior to configuration being complete. Otherwise, app endpoints accessed before full configuration return a 503. A flag is added to /status to allow checking explicitly for the server being ready and configured. Test Plan: manual Reviewers: dsagal Reviewed By: dsagal Subscribers: dsagal Differential Revision: https://phab.getgrist.com/D4103 |
||
---|---|---|
.. | ||
client | ||
common | ||
gen-server | ||
plugin | ||
server | ||
tsconfig.json |