google/triage-party

FR: Integrate github webhook events

Open

#201 创建于 2020年8月10日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Go (86 fork)auto 404
enhancementhelp wanted

仓库指标

Star
 (534 star)
PR 合并指标
 (PR 指标待抓取)

描述

Problem:

  • Currently it seems that the app only does periodic data refreshes. This sometimes gets bottlenecked by Github throttling API requests. As such the dashboard is often left with stale data and needs manual refreshes.

Proposal1:

  • Do a one time load of data and instead of periodic refreshes, rely on different webhook events to patch corresponding data object so that it always maintains a realtime mirror of the repo data.

Proposal2:

  • Rely on different webhook events to maintain a list of data objects that need refresh and periodically only refresh those selected object ids.

贡献者指南