Skip to content

Commit

Permalink
Disable qos for manager op
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlu committed Jun 7, 2024
1 parent 7fde69b commit 798469b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dags/synaptor_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ def manager_op(
image=image,
priority_weight=100_000,
weight_rule=WeightRule.ABSOLUTE,
qos=False,
queue=queue,
dag=dag,
)
Expand Down

0 comments on commit 798469b

Please sign in to comment.