mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
Add retry with exponential backoff for sqlite (PROJQUAY-8758) Sqlite runs into db lock contention, when run with a single worker count is set to 1. This adds retry logic to resolve lock contention Signed-off-by: harishsurf <hgovinda@redhat.com> Co-authored-by: harishsurf <hgovinda@redhat.com>