diff options
Diffstat (limited to 'releasenotes/notes/dequeue-reporting-620f364309587304.yaml')
-rw-r--r-- | releasenotes/notes/dequeue-reporting-620f364309587304.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/dequeue-reporting-620f364309587304.yaml b/releasenotes/notes/dequeue-reporting-620f364309587304.yaml new file mode 100644 index 000000000..9cd28ad52 --- /dev/null +++ b/releasenotes/notes/dequeue-reporting-620f364309587304.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Pipelines now provide a :attr:`pipeline.dequeue` reporter action so that + reporters may run whenever an item is dequeued. The dequeue reporters will + only apply if the item wasn't a success or failure. |