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
Hi , when its unable to connect to redis using the connections parameters provided , API is taking around 20 seconds before it skips caching.
Is there any way in which we can reduce the time taken before caching is getting skipped ?
I have a requirement to immediately skip the cache if redis connection cannot be established.
@Krukov
Yes , the version I was using was 5.0.1 . Now I changed it to 5.0.0.
Now its not taking 20 seconds to skip caching. Its getting completed in 1 second or so.
Thanks for the inputs 👍
Please feel free to close if there is already another issue to track the same.
Hi , when its unable to connect to redis using the connections parameters provided , API is taking around 20 seconds before it skips caching.
Is there any way in which we can reduce the time taken before caching is getting skipped ?
I have a requirement to immediately skip the cache if redis connection cannot be established.
I have tried this. But it didn't worked.
cache.setup(redis_connection_url,retry_on_timeout=False, socket_connect_timeout=0.1)
Any insights or recommendations on how to address this would be greatly appreciated.
Thank you in advance for your assistance.
The text was updated successfully, but these errors were encountered: