retry regardless of error, add retry limit

This commit is contained in:
2023-05-23 21:51:37 +02:00
parent 025ab9a75a
commit 36757dc711
3 changed files with 8 additions and 9 deletions

View File

@@ -5,6 +5,8 @@ repos:
state_repo: "https://gitlab.archlinux.org/archlinux/packaging/state.git"
max_clone_retries: 100
db:
driver: pgx
connect_to: "postgres://username:password@localhost:5432/database_name"