-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
[🐞 Fix] A check in the UI if the maintenance mode is still active was implemented in a way what could led to totally blocked server.
-
Emptyshow more show less
problem
- A maintenance mode JS check in the UI checks from time to time if the application is in maintenance mode when it was announced.
- The JS was implemented "sloppy" and was querying all 10 seconds the state of the app.
- Since due the backup the response time of the request was > 60 seconds (which is the Ajax timeout) and the requests did stable up... till all apache processes were occupied.
- Result Server dead
solution
Change JS implementation here.