Skip to content

Commit

Permalink
update to 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaausley committed Jul 18, 2024
1 parent 3ca8abc commit 55d5974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ In this case, you would spread your workers into different applications. Most of

## Thinking about transactions, exceptions and idempotency of workers

Visit [dealing with problems and exceptions](../dealing-with-problems-and-exceptions/) to gain a better understanding of how workers deal with transactions and exceptions to the happy path, and find more details on how to write idempotent workers.
Make sure to visit [Dealing With Problems and Exceptions](../dealing-with-problems-and-exceptions/) to gain a better understanding how workers deal with transactions and exceptions to the happy path.

## Data minimization in workers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ In this case, you would spread your workers into different applications. Most of

## Thinking about transactions, exceptions and idempotency of workers

Make sure to visit [Dealing With Problems and Exceptions](../dealing-with-problems-and-exceptions/) to gain a better understanding how workers deal with transactions and exceptions to the happy path and find more details how to write idempotent workers.
Visit [dealing with problems and exceptions](../dealing-with-problems-and-exceptions/) to gain a better understanding of how workers deal with transactions and exceptions to the happy path, and find more details on how to write idempotent workers.

## Data minimization in workers

Expand Down

0 comments on commit 55d5974

Please sign in to comment.