charlotteK8 commented on issue #60866:
URL: https://github.com/apache/airflow/issues/60866#issuecomment-3805176867

   What I'm currently facing is that even if I do an API request to the clear 
endpoint within the running DAG, it clears the same run, but the task that 
cleared it is now stuck in an infinite "Restarting" state.
   
   For a DAG-level feature, it would need to override the current `retries` 
that users can set, like the
   `with DAG(dag_id=..., default_args={"retries": 2},):`
   
   The `ClearDagRunOperator` idea also sounds like a good option.


-- 
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