Skip to content

Commit

Permalink
Make it simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-ky committed Jun 19, 2024
1 parent 1eb7c32 commit 4232da6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/docs/tasks/prioritize-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Ensure any other queued deployments to the same environment are cancelled when p
:::

## Task queue priority
In Octopus **2024.2** we have redesigned the task system. Each task will be assigned a weight and the task queue will evaluate the weight when picking up the task. Currently there are six different factors, listed in order of their significance:
In Octopus **2024.2** we have redesigned the task system. Tasks are processed based on their priority, in this order:
* Queued tasks that are moved to the top
* Tasks created by a prioritized task
* Prioritized tasks
* Tasks created by a regular task
* Regular task
* Tasks created from a prioritized deployment or runbook
* Regular tasks

Within each category, tasks are handled on a first in, first out basis.

The **Move to Top** button prioritizes the selected task above all others. This ensures that urgent tasks, such as hotfixes, can be addressed immediately.

0 comments on commit 4232da6

Please sign in to comment.