GitHub user arkadiusz-bach added a comment to the discussion: Intermittent SIGTERM running on K8S
Worker timeout may happen when request (from the browser) is taking longer than: [web_server_worker_timeout](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#web-server-worker-timeout), if it reaches the timeout then probably SIGTERM is sent and if it is still unresponsive then SIGKILL from gunicorn master. I would try poking around webserver to recreate the issue, one of the endpoints in webserver may be slow for example due to db size, also you could try increasing web_server_worker_timeout, but 120seconds by default seems long enough GitHub link: https://github.com/apache/airflow/discussions/32543#discussioncomment-12322652 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
