fix(cron): surface media attachment delivery failures - #35100
Conversation
|
Thanks — the reported failure remains reproducible by inspection on current main: Problems
Suggested changes
Automated hermes-sweeper review. |
|
I adapted the focused media-failure handling from this PR to current The candidate change:
Validation on current
Candidate commit: dragos-cociu@ee729d1 I have not opened a competing PR. This branch is available for cherry-pick or comparison if it helps update this PR. |
|
Thanks @wysie — you identified and fixed the live-adapter half of this bug first (May 30), returning per-attachment errors from Closing as superseded — your PR was submitted first and is credited here and in the merged work. Much appreciated! |
Summary
Verification
Context
A cron job that returned a valid
MEDIA:/pathimage could log a native media send failure, e.g. a transient WhatsApp bridgeConnection Closed, but still reportdelivered ... via live adapterand leave the run looking green. This PR makes those attachment failures visible to cron delivery status.