ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
Webhook: Implement retry mechanism
@Prajna1999 がすでに取り組んでいます。
2026年4月24日 から。
- 主要言語
- Python
- スター
- 18
- フォーク
- 10
- 平均マージ
- 2日 20時間
- マージ済み PR(30日)
- 14
説明
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.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。