Walks the saga listing and returns one finding per saga that is non-terminal (any state
other than SETTLED or FAILED) and has not been updated for at least ageMs. Returns an
empty array when nothing qualifies. Stateless: the same stuck saga is found again on every
poll until it progresses.
Walks the saga listing and returns one finding per saga that is non-terminal (any state other than SETTLED or FAILED) and has not been updated for at least
ageMs. Returns an empty array when nothing qualifies. Stateless: the same stuck saga is found again on every poll until it progresses.