[Bug] Make sure is_replaying
is True
upon eviction, and only throw certain exception types out on eviction
#523
Labels
bug
Something isn't working
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Today, anyone in a
finally
orexcept Exception
can catch exceptions occurring during eviction and do side-effecting things like logging. We need to setis_replaying
toTrue
during eviction (or maybe Core does) and we need to make a newclass WorkflowEvictingException(BaseException)
that we use when we see stuff happening during delete.The text was updated successfully, but these errors were encountered: