Skip to content

Improve handling of unexpected errors

Chris Burr requested to merge better-celery-monitoring into master

Adds a lbap-celery-monitoring command which can be ran continuously on OpenShift to monitor failed celery tasks and log them. Where possible it also marks the pipelines as failed with a "Runner system error" so they're not left stuck in the "Running" state.

Merge request reports