jedcunningham commented on issue #29389:
URL: https://github.com/apache/airflow/issues/29389#issuecomment-1472836436

   Hi @ut0mt8,
   
   I naively took your DAG and plopped it into my local env with this config:
   
   ```
   $ cat 29389.yaml                    
   dags:
     persistence:
       enabled: true
       existingClaim: {my dags mount}
                                    
   executor: KubernetesExecutor
   
   config:
     scheduler:
       job_heartbeat_sec: 60
       schedule_after_task_execution: False
       scheduler_health_check_threshold: 30
       scheduler_heartbeat_sec: 10
   ```
   
   (and just to record it here for the future, the latest OSS chart uses 2.5.1 
as of today).
   
   Unfortunately, I wasn't able to produce your issue. I'm not really sure what 
might be causing it, but could you put together a full example so we can 
reproduce this ourselves? DAG, Dockerfile (it'd make getting the dag in easier, 
and more consistent between our envs), helm values files?
   
   Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to