Skip to content

Commit b66b577

Browse files
authored
chore(core): Update sdk-core (#1045)
1 parent 3d1018f commit b66b577

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/worker/src/replay.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export function handleReplayEviction(evictJob: RemoveFromCache, workflowId: stri
8888
case EvictionReason.CACHE_MISS:
8989
case EvictionReason.TASK_NOT_FOUND:
9090
case EvictionReason.UNHANDLED_COMMAND:
91+
case EvictionReason.PAGINATION_OR_HISTORY_FETCH:
9192
case EvictionReason.FATAL:
9293
return new ReplayError(
9394
workflowId,

0 commit comments

Comments
 (0)