1
0
forked from baron/baron-sso

headless JWKS 워커 실패 backoff 및 timeout 단축

This commit is contained in:
2026-05-20 11:10:05 +09:00
parent c21ea29111
commit 16d43c5973
4 changed files with 116 additions and 25 deletions

View File

@@ -17,6 +17,7 @@ type HeadlessJWKSCacheState struct {
CachedAt *time.Time `json:"cachedAt,omitempty"`
ExpiresAt *time.Time `json:"expiresAt,omitempty"`
LastCheckedAt *time.Time `json:"lastCheckedAt,omitempty"`
NextRetryAt *time.Time `json:"nextRetryAt,omitempty"`
LastSuccessfulVerificationAt *time.Time `json:"lastSuccessfulVerificationAt,omitempty"`
LastRefreshStatus string `json:"lastRefreshStatus,omitempty"`
LastError string `json:"lastError,omitempty"`