Skip to content

Commit

Permalink
Version 7
Browse files Browse the repository at this point in the history
  • Loading branch information
BAntonellini committed Feb 26, 2024
1 parent 637b923 commit 6d81cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orchestrate/dags/coldbore.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
default_args={"start_date": "2021-01"},
description="k8s_executor",
schedule_interval="0 0 1 */12 *",
tags=["version_6"],
tags=["version_7"],
catchup=False,
)
def k8s_executor():
k8s_executor = DatacovesBashOperator(
task_id="k8s_executor",
executor_config=TRANSFORM_CONFIG,
bash_command=f"python /app/vetspire_extractor/launch_points/launch_extractor.py",
bash_command=f"sleep 3600 && python /app/vetspire_extractor/launch_points/launch_extractor.py",
)


Expand Down

0 comments on commit 6d81cf5

Please sign in to comment.