Skip to content

Commit

Permalink
Update docs/synchronization.md
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Gilgur <[email protected]>
Signed-off-by: Alan Clucas <[email protected]>
  • Loading branch information
Joibel and Anton Gilgur authored Aug 28, 2024
1 parent 3897db4 commit 9554fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/synchronization.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ Examples:
When a Workflow cannot acquire a lock it will be placed into a ordered queue.

Workflows can have a `priority` set in their specification.
The queue is first ordered by priority, with a higher priority number being placed before a lower priority number.
The queue is then ordered by `CreationTimestamp` of the Workflow; older Workflows will be ordered before newer workflows.
The queue is first ordered by priority: a higher priority number is placed before a lower priority number.
The queue is then ordered by `creationTimestamp`: older Workflows are placed before newer workflows.

Workflows can only acquire a lock if they are at the front of the queue for that lock.

Expand Down

0 comments on commit 9554fa3

Please sign in to comment.