Skip to content

Iss #141 - Add DB-backed GH installation cache for better uptime

Martin Lowe requested to merge (removed):malowe/main/141 into main

Previously, we cached installation info live at server start, but this had awful performance and due to GH API instability, was not reliable. The new solution should be more stable and better handle disruptions. This will initially be updated hourly by a thread, and in the future will have updates performed by the already configured webhook.

Merge request reports