akursar
akursar
Supercool. I'll try to make a PR with some draft changes but not likely to happen this week.
I observe something similar, where inevitably my web server's valkey-glide client becomes closed. I suspect this happens whenever a glide read/write operation is externally cancelled (through CancelledError), which can happen...
Here's a slightly modified version representing a failing test: ```python import asyncio import pytest from glide import ( GlideClusterClient, GlideClusterClientConfiguration, NodeAddress, ) async def test_cancelled_request() -> None: """Assert that a...
It looks like the same feature request could be made for python as well, which is also missing this behavior. Could a separate issue be added to 2_2_candidate for python?
According to https://aws.amazon.com/blogs/compute/coming-soon-expansion-of-aws-lambda-states-to-all-functions/ > Before making API calls to a function that was recently created or modified, confirm it is first in the Active state, and that the LastUpdateStatus is...