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
When cache_enabled is used, the integration will cache the access token on Redis. It sets the key with a TTL of 2 days, but the key appears without TTL after being reused (TTL = -1).
Steps to Reproduce
Run the integration a couple of times and then check the TTL by connecting to redis and running the command ttl auth.
Expected Behavior
The auth key should have a TTL and expire after 2 days since the last time it was set.
The text was updated successfully, but these errors were encountered:
Description
When
cache_enabled
is used, the integration will cache the access token on Redis. It sets the key with a TTL of 2 days, but the key appears without TTL after being reused (TTL = -1).Steps to Reproduce
Run the integration a couple of times and then check the TTL by connecting to redis and running the command
ttl auth
.Expected Behavior
The
auth
key should have a TTL and expire after 2 days since the last time it was set.The text was updated successfully, but these errors were encountered: