Send this page to your frontend developer colleague
aka "how this project affects responses during project startup".
While the server is still starting - clients will receive:
503 Service UnavailableHTTP code.Built-in and custom headers to detect the bootstrap state:
Retry-After: 1(only if server is still starting)X-Maintenance: trueCache-Control: no-cache
Custom JSON model that represents current status.
JSON model has a non-changing structure:
Field | Description |
|---|---|
| ( |
| ( |
Available states:
Value | Name | Description |
|---|---|---|
|
| Bootstrap is in progress. Retry request later. |
|
| Usually is not seen in the responses. May be seen in case of unfixed race condition. |
|
| Error has occurred during bootstrap. This state is final and will not change. |