ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
Webhook: Implement retry mechanism
@Prajna1999 is already working on this.
Since Apr 24, 2026.
- Dominant language
- Python
- Stars
- 18
- Forks
- 10
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 14
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.