python - Airflow Dag Statuses Inconsistent in Webserver -


i have airflow cluster up, configured use celeryexecutor , postgres backend.

for reason, statuses of dags on webserver ui inconsistent every time refresh. upon each refresh, shows many different things such dag not available in webserver dagbag object, or black statuses, or hiding links on right.

it changes on each refresh.

here few screenshots:

run airflow web-server in debug mode can resolved

airflow webserver -p <<port>> -d 

the problem seems dynamic code changes happening on new dag creation , hence production mode flask server not patching through


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -