We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065e4ff commit 367d6aaCopy full SHA for 367d6aa
docs/encyclopedia/application-message-passing.mdx
@@ -51,7 +51,7 @@ Unlike Signals, Updates must be synchronous. That is, they must wait for the Wor
51
Use Signals instead of Updates when:
52
53
- 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.
+- The clients are willing to "fire and forget": they don't want a result or exception from the message.
55
- The clients don't want to rely on the Worker being available.
56
57
Use Updates instead of Signals when:
0 commit comments