Skip to content

Commit

Permalink
The nfs server is not ready yet
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlu committed Jul 3, 2024
1 parent 2fe5cae commit 691fba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/synaptor_dags.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def fill_dag(dag: DAG, tasklist: list[Task], collect_metrics: bool = True) -> DA
drain_tasks = [drain_op(dag, task_queue_name=f"synaptor-{t}-tasks") for t in ["cpu", "gpu", "seggraph"]]
init_cloudvols = manager_op(dag, "init_cloudvols", image=SYNAPTOR_IMAGE)

start_nfs_server >> drain_tasks >> init_cloudvols
drain_tasks >> init_cloudvols

curr_operator = init_cloudvols
if WORKFLOW_PARAMS.get("workspacetype", "File") == "Database":
Expand Down

0 comments on commit 691fba0

Please sign in to comment.