You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: