-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tasks section with overview and prioritize tasks #2045
Conversation
This reverts commit 39fa91a.
This pull request has been linked to Shortcut Story #62624: Public documentation for Task prioritization. |
Prioritizing Tasks can be done either on the **Tasks** page or when viewing an individual Task. On the **Tasks** page, select the overflow menu (`...`) on a queued task and click **Move to Top**. If you are viewing an individual Task, click the **Move to Top** button. Once an executing Task has completed, the prioritized Task will immediately start executing before any other Tasks in the queue. | ||
|
||
:::div{.warning} | ||
Ensure any other queued deployments to the same infrastructure are cancelled when prioritizing a deployment, otherwise an unexpected version of a release may overwrite the prioritized deployment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Can "environment" be more specific than "infrastructure" in this sentence?
title: Reprioritize Tasks | ||
description: An example script to find deployments or runbook runs for a specific environment, project, or tenant and move them to the top of the queue. | ||
--- | ||
import ReprioritizeTasks from 'src/shared-content/scripts/reprioritize-tasks.include.md'; | ||
|
||
:::div{.hint} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good finding 👍
I have intentionally not included any images as the UI is not necessarily final.
[sc-62624]