You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/09 09:29:05 UTC

[GitHub] [airflow] bhanu-prakash3 edited a comment on pull request #13963: Bugfix: Manual DagRun trigger should not skip scheduled runs

bhanu-prakash3 edited a comment on pull request #13963:
URL: https://github.com/apache/airflow/pull/13963#issuecomment-1033408247


   Hello, I'm using Airflow version 2.2.3 and still facing this issue. My DAG is scheduled to run "@daily". I manually triggered the Dag yesterday(**2022-02-08, 09:19:22**) and I expect it to be scheduled Today at **2022-02-09, 00:00:00**, but the DAG was not scheduled.
   
   From the below image:
   ![Screenshot from 2022-02-09 11-52-52](https://user-images.githubusercontent.com/44705470/153137095-b526875a-e039-47ea-8e88-4761b5219cf3.jpg)
   The last run was on 2022-02-08, 09:19:22 and the next run is scheduled at 2022-02-09, 00:00:00. But the time has already passed and it is 2022-02-09 06:22 UTC
   
   DAG parameters:
   ```
   {'catchup': False,
    'catchup_by_default': False,
    'depends_on_past': False,
    'provide_context': True,
    'retries': 1,
    'retry_delay': datetime.timedelta(0, 300),
    'start_date': DateTime(2021, 12, 31, 15, 50, 0, tzinfo=Timezone('UTC'))}
   ```
   
   Do I need to change any parameters or config values? Please suggest
   @kaxil 


-- 
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-unsubscribe@airflow.apache.org

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