Notification Retry
Retry failed/orphaned notification deliveries. Issue #415 Phase 4b. Auth: X-Notification-Retry-Token header. Picks up: - status='failed' AND retry_count < 3 AND created_at > NOW() - 24h - status='pending' AND created_at < NOW() - 5min (orphaned from crash)
Retry failed/orphaned notification deliveries.
Issue #415 Phase 4b. Auth: X-Notification-Retry-Token header.
Picks up:
- status='failed' AND retry_count < 3 AND created_at > NOW() - 24h
- status='pending' AND created_at < NOW() - 5min (orphaned from crash)
Response Body
application/json
curl -X POST "https://loading/api/sync/notification-retry"{
"results": {},
"status": "string"
}