Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/develop/task-queue-priority-fairness.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You can also use this as a way to run urgent Tasks immediately and override othe

### How to use Priority

Priority is avaliable for both self-hosted Temporal instances and Temporal Cloud and it will be automatically enabled. If you apply priority keys, the feature will be in use.
Priority is available for both self-hosted Temporal instances and Temporal Cloud and it will be automatically enabled. If you apply priority keys, the feature will be in use.

:::info

Expand Down Expand Up @@ -320,7 +320,7 @@ each priority level.

### How to use Fairness

Fairness is avaliable for both self-hosted Temporal instances and Temporal Cloud.
Fairness is available for both self-hosted Temporal instances and Temporal Cloud.

If you start using _fairness keys_ in your API calls, it will automatically be enabled in Temporal Cloud.

Expand Down
2 changes: 1 addition & 1 deletion docs/encyclopedia/workflow/patching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ This behavior occurs because:
- If that patch ID exists later, you get a non-determinism error
- If the patch doesn't exist later, you don't get a non-determinism error, and the call returns `false`

If the execution hits a call to `patched()` with an ID that doesn't exist in the history, then not only will it return `false` in that occurence, but it will also return `false` if the execution surpasses the Replay threshold and is running new code.
If the execution hits a call to `patched()` with an ID that doesn't exist in the history, then not only will it return `false` in that occurrence, but it will also return `false` if the execution surpasses the Replay threshold and is running new code.

#### Implications of the Behaviors

Expand Down