blob: 9cd28ad52020069f32e9dd06ac2b29d111764065 (
plain)
1
2
3
4
5
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.
|