yevsh edited a comment on issue #10026:
URL: https://github.com/apache/airflow/issues/10026#issuecomment-891101666
Same here:
I placed python DAG file in airflow_dags folder, and DAG executed twice!
any solution?
[2021-08-02 14:48:07,900] {scheduler_job.py:1210} INFO - Executor reports
execution of TEST.submit execution_date=2021-08-02 13:48:05.155505+00:00 exited
with status success for try_number 1
[2021-08-02 14:48:07,900] {scheduler_job.py:1210} INFO - Executor reports
execution of TEST.submit execution_date=2021-08-02 12:48:05.155505+00:00 exited
with status success for try_number 1
it tries to submit same task twice at same time, but execution_date date is
different!
--
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]