Timofei Kukushkin
Timofei Kukushkin
Hi! Can you tell me, how can I guarantee to deliver a message to the server?
Hello! We use contextvars and write some of them to JSON logs. Sometimes we see error logs `Exception after Future was cancelled`. But from the log's context we couldn't find...
Hello! Something has been broken with the latest pytest-asyncio releases. Consider such code: ```python import asyncio import pytest @pytest.fixture(scope='session') def event_loop(): loop = asyncio.get_event_loop_policy().new_event_loop() yield loop loop.close() @pytest.fixture(scope='session') async def...
fixes #146 I used `pyright --verifytypes` to check [type completeness](https://github.com/microsoft/pyright/blob/main/docs/typed-libraries.md#type-completeness) of public API. Unfortunately I had to move tests to a separate package to exclude them from pyright check.
# Description - Added more attempts to make `ProxyEndpointRequest` in `glooctl check` when checking proxies. - Increased timeout on getting metrics from proxies in `glooctl check` when checking proxies. #...