Skip to content

repos: Switch to in memory semaphore

Administrator requested to merge repo-locking into main

Created by: ryanslade

Instead of using pg advisory locks. We only support a single instance of repo-updater at the moment and we're seeing contention on the database which this change will hopefully avoid.

Merge request reports

Loading