Skip to content

Commit 367d6aa

Browse files
EDU-3748: Tweak signal vs update text (#3277)
* Tweak signal vs update text * Tweak --------- Co-authored-by: Erica Sadun <[email protected]>
1 parent 065e4ff commit 367d6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/encyclopedia/application-message-passing.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Unlike Signals, Updates must be synchronous. That is, they must wait for the Wor
5151
Use Signals instead of Updates when:
5252

5353
- The Workflow's clients want to quickly move on after sending an asynchronous message.
54-
- The clients care more about the latency of sending the message than they do about the latency of the end-to-end operation.
54+
- The clients are willing to "fire and forget": they don't want a result or exception from the message.
5555
- The clients don't want to rely on the Worker being available.
5656

5757
Use Updates instead of Signals when:

0 commit comments

Comments
 (0)