store_success_then_reject
First delivery: store SUCCESS manually, then Reject to trigger redelivery. Second delivery: dedup finds SUCCESS, dispatches chain.
def store_success_then_reject() - > string
First delivery: store SUCCESS manually, then Reject to trigger redelivery. Second delivery: dedup finds SUCCESS, dispatches chain.
Returns
| Type | Description |
|---|---|
string | Returns 'dedup-pass' if the task is redelivered and deduplication logic did not intercept the execution. |