skip to Main Content

Redis – Airflow fails to write logs to s3 (v1.10.9)

I am trying to setup remote logging in Airflow stable/airflow helm chart on v1.10.9 I am using Kubernetes executor and puckel/docker-airflow image. here's my values.yaml file. airflow: image: repository: airflow-docker-local tag: 1.10.9 executor: Kubernetes service: type: LoadBalancer config: AIRFLOW__KUBERNETES__WORKER_CONTAINER_REPOSITORY: airflow-docker-local…

VIEW QUESTION

Redis – Airflow scheduler crash when we Trigger DAG from Airflow web-server

Airflow scheduler process crashes if we start turning on the DAG and Trigger DAG from Airflow web-server. Airflow Version - **v1.10.4 Redis server v=5.0.7 executor = CeleryExecutor broker_url = 'redis://:password@redis-host:2287/0' sql_alchemy_conn = postgresql+psycopg2://user:password@host/dbname result_backend = 'db+postgresql://user:password@host/dbname' Crashes with Below Error…

VIEW QUESTION
Back To Top
Search