Add retry to IdP cache lookup (#1882)

This commit is contained in:
pascal-fischer
2024-04-23 19:23:43 +02:00
committed by GitHub
parent 1f33e2e003
commit 8f3a0f2c38
3 changed files with 39 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: codespell
uses: codespell-project/actions-codespell@v2
with:
ignore_words_list: erro,clienta
ignore_words_list: erro,clienta,hastable,
skip: go.mod,go.sum
only_warn: 1
golangci: