You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're seeing an issue where some finished jobs are unexpectedly ending up in the failed jobs morgue with the following error: SolidQueue::Processes::ProcessPrunedError
some other jobs genuinely fail, but we're concerned about the false positives: finished jobs incorrectly marked as failed.
This is creating noise in our monitoring and makes it harder to distinguish real failures from completed jobs.
Any insight into why this might be happening, or how we can prevent it, would be greatly appreciated!