You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,13 +62,14 @@ Some examples require extra dependencies. See each sample's directory for specif
62
62
*[encryption](encryption) - Apply end-to-end encryption for all input/output.
63
63
*[gevent_async](gevent_async) - Combine gevent and Temporal.
64
64
*[langchain](langchain) - Orchestrate workflows for LangChain.
65
-
*[message-passing introduction](message_passing/introduction/) - Introduction to queries, signals, and updates.
65
+
*[message_passing/introduction](message_passing/introduction/) - Introduction to queries, signals, and updates.
66
+
*[message_passing/safe_message_handlers](message_passing/safe_message_handlers/) - Safely handling updates and signals.
67
+
*[message_passing/update_with_start/lazy_init](message_passing/update_with_start/lazy_init/) - Use update-with-start to update a Shopping Cart, starting if it it does not exist.
66
68
*[open_telemetry](open_telemetry) - Trace workflows with OpenTelemetry.
67
69
*[patching](patching) - Alter workflows safely with `patch` and `deprecate_patch`.
68
70
*[polling](polling) - Recommended implementation of an activity that needs to periodically poll an external resource waiting its successful completion.
69
71
*[prometheus](prometheus) - Configure Prometheus metrics on clients/workers.
70
72
*[pydantic_converter](pydantic_converter) - Data converter for using Pydantic models.
71
-
*[safe_message_handlers](message_passing/safe_message_handlers/) - Safely handling updates and signals.
72
73
*[schedules](schedules) - Demonstrates a Workflow Execution that occurs according to a schedule.
73
74
*[sentry](sentry) - Report errors to Sentry.
74
75
*[worker_specific_task_queues](worker_specific_task_queues) - Use unique task queues to ensure activities run on specific workers.
0 commit comments