Skip to content

Commit

Permalink
Review recent edits
Browse files Browse the repository at this point in the history
  • Loading branch information
kbaley committed Jun 10, 2024
1 parent 084da59 commit 06934d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nservicebus/licensing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Sometimes the license must be embedded in a single line of text, for example, in

## Behavior

The license is only read once at start. When the license expires the endpoint logs will contain a message indicating the license is expired. To resolve this the endpoint must be restarted so that it can read the updated license at start.
The license is only read once at startup. When the license expires the endpoint logs will contain a message indicating the license is expired. To resolve this the endpoint must be restarted so that it can read the updated license at startup.

## Troubleshooting

Expand Down
6 changes: 3 additions & 3 deletions persistence/cosmosdb/saga-timeouts.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: CosmosDB partition key and saga timeouts
summary: How to resolve partition key with saga timeouts when using Azure Cosmos DB
summary: How to resolve partition keys with saga timeouts when using Azure Cosmos DB
component: CosmosDB
reviewed: 2024-05-27
---

When [sending saga timeouts](/nservicebus/sagas/timeouts.md/) the current partition information is not automatically added to the timeout message. When such a saga timeout message is processed the partition to be used for the CosmosDB cannnot be extracted from the incoming saga timeout message.
When [sending saga timeouts](/nservicebus/sagas/timeouts.md/) the current partition information is not automatically added to the timeout message. When such a saga timeout message is processed, the partition to be used for the CosmosDB cannot be extracted from the incoming saga timeout message.

Ensure that the timeout data state that is passed to `RequestTimeout` contains the partition key information. The [Cosmos DB Persistence Usage with non-default container sample](/samples/cosmosdb/container/) demonstrates this.
Ensure that the timeout data state that is passed to `RequestTimeout` contains the partition key information. The [Cosmos DB Persistence Usage with non-default container sample](/samples/cosmosdb/container/) demonstrates this approach.

0 comments on commit 06934d5

Please sign in to comment.