Under the hood
A failed workflow journal write now detaches the writer permanently instead of retrying every append.
If a write to a workflow's journal fails, the journal writer now marks itself permanently detached for that run instead of logging a warning and retrying on each subsequent append. Later rows are kept in memory only rather than being repeatedly re-attempted against a failing journal.