You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Airflow can use a variety of executors. Should we want to use the deploy scenario of Airflow on Cloud Foundry, we would need to fix the CeleryExecutor. In the current deployment (https://test-airflow-webserver.app.cloud.gov/), there is an issue somewhere around the communication of the application components, the celery workers, and redis.
[Notes or a checklist reflecting our understanding of the selected approach]
Not sure what would be useful here, I have been experimenting with using the docker-compose.yml version of the deploy locally and contrasting that with the config/env on the cf deploy
The text was updated successfully, but these errors were encountered:
Airflow can use a variety of executors. Should we want to use the deploy scenario of Airflow on Cloud Foundry, we would need to fix the
CeleryExecutor
. In the current deployment (https://test-airflow-webserver.app.cloud.gov/), there is an issue somewhere around the communication of the application components, the celery workers, and redis.See additional context #4434 and GSA/datagov-harvester#1.
How to reproduce
test-airflow-redis
service and various components of the current test deployment:Expected behavior
Something akin to this:
Actual behavior
No workers :/
Sketch
[Notes or a checklist reflecting our understanding of the selected approach]
docker-compose.yml
version of the deploy locally and contrasting that with the config/env on the cf deployThe text was updated successfully, but these errors were encountered: