ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
Webhook: Implement retry mechanism
@Prajna1999 ci sta già lavorando.
Dal 24/4/2026.
- Lingua principale
- Python
- Stelle
- 18
- Fork
- 10
- Merge medio
- 2g 20h
- PR unite (30g)
- 14
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.