I am observing that my airflow webserver shuts down once in every 4-5 days but there are not much errors in the logs
When I start the webserver it starts and then again in 4-5 days it gets shutdown
[2024-05-25 01:15:55,594] {{webserver_command:257}} ERROR – [0 / 0] some workers seem to have died and gunicorndid not restart them as expected
[2024-05-25 01:16:55,240] {webserver_command.py:269} ERROR – [0 / 0] Spawning 1 workers
[2024-05-25 01:18:55,240] {webserver_command.py:222} ERROR – No response from gunicorn master within 120 seconds
[2024-05-25 01:18:55,240] {webserver_command.py:223} ERROR – Shutting down webserver
Could anyone guide me on where to check what is the actual root cause of shutting down
Currently adding liveness probe so that it will restart whenever it shuts down but how do i find out why it is getting shutdown.