You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a timeout in maxAge and staleIfError so that they do not infinitely wait for the cache to start and instead use a specified connectionTimeout when specified in opts.
Adds a circuit breaker in maxAge and staleIfError so that when the cache fails to start it will hold off before starting again. This is only active if connectionCircuitBreakerOptions is specified in opts.