#!/bin/bash

# List Python tracebacks in 'docker logs' output.

between \
    --start-regex '^Traceback ' \
    --end-regex '^$' \
    --end-regex '^\[.*\]' \
    --exclude-final \
    --suppress PipelineLockedException \
    --suppress "celery.exceptions.Reject: \('Pipeline Locked', True\)"