ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
Webhook: Implement retry mechanism
@Prajna1999 arbeitet bereits daran.
Seit 24.4.2026.
- Vorherrschende Sprache
- Python
- Sterne
- 18
- Forks
- 10
- Ø Merge
- 2 T. 20 Std.
- Gemergte PRs (30 T.)
- 14
Beschreibung
Is your feature request related to a problem?
Currently, the webhook operates on a fire-and-forget basis, assuming a 200 status without storing the status in the database. This lack of tracking can lead to issues if errors occur.
Describe the solution you'd like
Implement a retry mechanism for non-2XX status codes. This will improve logging and debuggability.
Original issue
Describe the current behavior
Currently webhook is fire and forget. We assume 200 and does not store the status in DB
Describe the enhancement you'd like
Retry mechanism for non 2XX status.
Why is this enhancement needed?
Better logging and debuggability.
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.