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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,10 @@ Prerequisites:
28
28
*[context_propagation](context_propagation) - Use interceptors to propagate thread/fiber local data from clients
29
29
through workflows/activities.
30
30
*[message_passing_simple](message_passing_simple) - Simple workflow that accepts signals, queries, and updates.
31
+
*[polling/infrequent](polling/infrequent) - Implement an infrequent polling mechanism using Temporal's automatic Activity Retry feature.
31
32
*[rails_app](rails_app) - Basic Rails API application using Temporal workflows and activities.
32
33
*[sorbet_generic](sorbet_generic) - Proof of concept of how to do _advanced_ Sorbet typing with the SDK.
33
34
*[worker_specific_task_queues](worker_specific_task_queues) - Use a unique Task Queue for each Worker to run a sequence of Activities on the same Worker.
34
-
*[polling/infrequent](polling/infrequent/) - implement an infrequent polling mechanism using Temporal's automatic Activity Retry feature
0 commit comments