GitHub user arkadiusz-bach edited a comment on 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, on the other hand maybe when you would increase the timeout we could see the real reason it was taking so long as sooner or later it should throw some exception 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]
