Add a Redis ping interval to prevent idle connections from being disconnected by Azure. For more details, refer to the Azure documentation on idle timeout.
Add trySafe wrapper to the WellKnown cache getter method. Incase of any Redis connection failure, it should not affect the Logto core functionality.
Summary
trySafe
wrapper to theWellKnown
cache getter method. Incase of any Redis connection failure, it should not affect the Logto core functionality.Testing
Checklist
.changeset