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
* Calling `heartbeat()` from a Local Activity has no effect.
290
291
*
292
+
* The SDK automatically throttles heartbeat calls to the server with a duration of 80% of the specified activity
293
+
* heartbeat timeout. Throttling behavior may be customized with the `{@link maxHeartbeatThrottleInterval | https://typescript.temporal.io/api/interfaces/worker.WorkerOptions#maxheartbeatthrottleinterval} and {@link defaultHeartbeatThrottleInterval | https://typescript.temporal.io/api/interfaces/worker.WorkerOptions#defaultheartbeatthrottleinterval} worker options.
294
+
*
291
295
* Activities must heartbeat in order to receive Cancellation (unless they're Local Activities, which don't need to).
296
+
*
297
+
* :warning: Cancellation is not propagated from this function, use {@link cancelled} or {@link cancellationSignal} to
0 commit comments