-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add an admin API to toggle maintenance mode: /admin/actions/maintenance
Accepts payload:
- status: MaintenanceStatus (None, Readonly, Shutdown)
When the status is Shutdown, all non-admin endpoints return 503 - Service Unavailable, with the maintenance status as payload. The main purpose is to avoid issues during data migrations/DNS updates.
When the status is Readonly, the serve_web_site fallback and site owner GET endpoints are still available.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request