Skip to content

Commit 8d4e0c1

Browse files
committed
update line about audits and scopes
1 parent 95a7b61 commit 8d4e0c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rfcs/0190-queue-change-task-run-priority.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ Tasks would only be updated if they are not resolved yet and before their deadli
4848
4949
### Events
5050

51-
Since Taskcluster doesn't have any built-in auditing tools, it would be beneficial to have events for the priority change.
52-
53-
Following events would be emitted:
51+
Taskcluster has internal audit system and we can track those events by emitting audit events.
52+
Additionally, following events would be emitted:
5453

5554
* `task-priority-changed` with `taskId`, `existingPriority` and `newPriority`
5655
* `task-group-priority-changed` with `taskGroupId`, `newPriority`
@@ -61,6 +60,7 @@ When the task group priority is changed, the event will be emitted for each task
6160

6261
This will also require introduction of the new scopes (anyOf):
6362

63+
* `queue:create-task:<priority>:<taskQueueId>`
6464
* `queue:change-task-priority-in-queue:<taskQueueId>`
6565
* `queue:change-task-priority:<taskId>`
6666
* `queue:lower-task-priority:<taskId>` to only allow lowering the priority
@@ -79,4 +79,4 @@ This RFC proposes to change the priority only, and leave the insertion time as i
7979

8080
## Implementation
8181

82-
_pending_
82+
_pending_

0 commit comments

Comments
 (0)