mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
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