q121212 opened a new issue, #35220:
URL: https://github.com/apache/airflow/issues/35220

   ### Apache Airflow version
   
   2.7.2
   
   ### What happened
   
   Problems that I discovered: 1) If DAG is on pause, then when you go into it 
and unpause it with the button on the left, the DAG trigger turns on, but 
auto-update does not turn on 2) if Doug is on pause, and you turn it on with 
the play button (on the right  ), then the dag is launched twice - as if once 
due to the inclusion of the dag and the second due to the activation of an 
already enabled dag
   
   ### What you think should happen instead
   
   After unpause DAG button auto-update should be turned on
   
   After push play button DAG should be triggered only one time
   
   ### How to reproduce
   
   ## Steps to Reproduce
   
   1. Have a DAG on pause.
   2. Navigate to the DAG's page in the Airflow UI.
   3. Toggle the pause off using the trigger DAG button on the left.
   4. Observe that the DAG is resumed but auto-refresh is not enabled.
   5. Now, toggle the pause off using the play button on the right.
   6. Observe that the DAG is triggered twice, seemingly once for the 
un-pausing and once for the activation of the already resumed DAG.
   
   ### Operating System
   
   Linux from docker, and linux (rhel)
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Virtualenv installation
   
   ### Deployment details
   
   I think it's doesn't connected with deployment.
   I have the same problems in 2 different envs and also with airflow more 
earlier versions 
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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: commits-unsubscr...@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to