Skip to content

Commit

Permalink
Update writing-good-workers.md (#4045)
Browse files Browse the repository at this point in the history
* Update writing-good-workers.md

The term from the headline is not mentioned in the text, but it is available on the linked web page. 

This addition should clarify my confusion.

* Update /docs

* correct grammar

* style(formatting): technical review

* update to 8.5

---------

Co-authored-by: Christina Ausley <[email protected]>
  • Loading branch information
ingorichtsmeier and christinaausley authored Jul 18, 2024
1 parent 2230ced commit 7e3a9d2
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

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.
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
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.
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 7e3a9d2

Please sign in to comment.