Currently when performing maintenance, we have to enable maintenance mode via the ENABLE_MAINTENANCE_MODE environment variable. This means that it's not possible for us to enable / disable maintenance mode for specific users.
If we had a flag (as well as the environment variable), in scenarios where the API is responsive, we could enable / disable maintenance mode for specific users.
Currently when performing maintenance, we have to enable maintenance mode via the
ENABLE_MAINTENANCE_MODEenvironment variable. This means that it's not possible for us to enable / disable maintenance mode for specific users.If we had a flag (as well as the environment variable), in scenarios where the API is responsive, we could enable / disable maintenance mode for specific users.