Skip to content

db: Return stale default repos and update in background

Administrator requested to merge stale-default-repos into main

Created by: ryanslade

Currently any request that fetches default repos that are stale will trigger an update. This change instead triggers the update in the background and returns the stale repos immediatley. It also ensures that only one routine per instance will perform the update.

Merge request reports

Loading