-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
airflow worker restarts every few hours, no jobs get done #42
Comments
Seeing jobs failing as "Not Yet started" in airflow web GUI with a weird error also when trying to get the task logfile. reset command: docker container restart mbon-dashboard-server-airflow-worker-1 mbon-dashboard-server-airflow-webserver-1 mbon-dashboard-server-airflow-scheduler-1 mbon-dashboard-server-flower-1 mbon-dashboard-server-redis-1 mbon-dashboard-server-postgres-1 after doing this they are working again. |
This is an ongoing issue. When trying to view a job log in the airflow web GUI:
|
seeing the same issue on fknms board now |
Trying to restart one container at a time to narrow down where the issue might be.
|
From
|
restarting the fknms board to see if 9c8910b actually fixed it:
|
doing the same for fgbnms:
|
I saw this issue in the docker logs.
I brought down all airflow-related containers (but left grafana and influx up so the existing data isn't affected).
Then brought them back up w/
docker compose up --build -d
.Jobs appear to be completing now. Will check on the data tomorrow.
The text was updated successfully, but these errors were encountered: