Comment 2 for bug 888114

Revision history for this message
Daniel Nichter (daniel-nichter) wrote :

The iteration pipeline process, which is critical, is now retried twice if it dies, regardless of --continue-on-error. Because this process is critical, I though it's worth retrying because it's possible that one bad query class could cause a report to fail, but everything else would work fine. In any case, 3 attempts it better than an infinite loop, or no retries.