Acknowledging
You must callnotification.ack() to confirm processing:
Retry Behavior
| Attempt | Delay | Action |
|---|---|---|
| 1 | 0s | Initial delivery |
| 2 | 30s | First retry (if no ACK) |
| 3 | 30s | Second retry (if no ACK) |
| Failed | - | Moved to Dead Letter Queue |
Acknowledge and handle notification errors
notification.ack() to confirm processing:
| Attempt | Delay | Action |
|---|---|---|
| 1 | 0s | Initial delivery |
| 2 | 30s | First retry (if no ACK) |
| 3 | 30s | Second retry (if no ACK) |
| Failed | - | Moved to Dead Letter Queue |