notifications: send_webhook has no retry logic #120

Closed
opened 2026-07-05 15:52:48 +00:00 by the.auditor · 0 comments
Owner

send_webhook in src/kronai/notifications.py:69-76 has no retry logic. Unlike the LLM client (which has exponential backoff), transient webhook failures are silently logged and lost.

Consider adding retry with exponential backoff for transient failures (HTTP 429, 5xx).

From PR #118 review suggestion.

`send_webhook` in `src/kronai/notifications.py:69-76` has no retry logic. Unlike the LLM client (which has exponential backoff), transient webhook failures are silently logged and lost. Consider adding retry with exponential backoff for transient failures (HTTP 429, 5xx). _From PR #118 review suggestion._
fuzzy closed this issue 2026-07-05 18:10:23 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/kronai#120
No description provided.