mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +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  | 
			||
|---|---|---|
| .. | ||
| declarations | ||
| lib | ||
| utils | ||
| companion.ts | ||
| declarations.d.ts | ||
| devServerMain.ts | ||
| generateCheckpoint.ts | ||
| generateInitialDocSql.ts | ||
| localization.ts | ||
| mergedServerMain.ts | ||
| tsconfig.json | ||