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: docs/02-use-cases/06-batch-job.md
+28-27Lines changed: 28 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Heartbeating cadence activities are activities who emit their progress at an app
29
29
30
30
- This is for high-throughput operations where work may able to fit into a single long-running activity, or partitioned across multiple activities which can run for a longer duration.
31
31
- This addresses problems customers may have running workflows which are returning large blocks of data where the data is hitting up against Cadence activity limits
32
-
-This is a good way avoid hitting Cadence workflow history limits Cadence History entries (since this only is a single activity which is long running vs many small short-lived activities).
32
+
-Because heartbeat data is only temporarily recorded, this is a good way avoid hitting Cadence workflow limits on the number of history events: there only is a single activity which is long running vs many small short-lived activities (each of which needs multiple history events).
33
33
34
34
### High level concept:
35
35
@@ -39,16 +39,15 @@ The idea is to create an activity which will handle a lot of records and record
0 commit comments