Skip to content

Commit

Permalink
added task_default_priority
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed Sep 27, 2024
1 parent 2d20816 commit 5844530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intel_owl/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def get_queue_name(queue: str) -> str:
"priority_steps": list(range(10)),
"sep": ":",
"queue_order_strategy": "priority",
"task_default_priority": 7,
}

task_queues = [
Expand Down

0 comments on commit 5844530

Please sign in to comment.