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
If the function cleanup_redis_storage can connect to Redis but fails to delete, for instance, if the key is non-existent, it will fail immediately. However, if cleanup_redis_storage cannot connect to Redis, it will retry according to the environment variables redis_db_connect_retries and redis_db_connect_wait_milliseconds. We need to ensure that these retries are completed within a specific period, such as between 2 and 5 minutes.
Search before asking
Description
Use case
No response
Related issues
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: