Effect CommunityEC
Effect Community4mo ago
2 replies
jrmdayn

Issue with Persisted Interrupts Causing Stuck Workflows in Effect Typescript

I am seeing some workflow that are stuck (no progress being made, no more logs produced). After investigating, I noticed that some persisted activity replies were of type Interrupt. So no matter what happens, the workflow will always end up replaying this error and interrupting at the same point.
I raised this issue some time ago here Unexpected `Interrupt` replies being persisted could indicate an issue with how interruptions are... and Tim made a fix for it but clearly it is not working (or maybe there has been a regression?)

Not persisting interrupts is one thing, but would it be possible to automatically discard an already persisted reply that is an interrupt when reading from the replies table?
Was this page helpful?