Skip to content

Commit

Permalink
Added training DAG
Browse files Browse the repository at this point in the history
  • Loading branch information
romanoa77 committed Jul 7, 2024
1 parent 2cc6989 commit 60961f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags_airflow_ale_trainmod.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def check_response(response):
response_check=lambda response: check_response(response),
poke_interval=10,
timeout=3600,
mode="reschedule",
#mode="reschedule",
dag=dag
)

Expand Down

0 comments on commit 60961f5

Please sign in to comment.