Brady Dean

Results 14 comments of Brady Dean

@thiromi Are you using the same client object from different threads or asyncio tasks? Just curious as I'm about to start development using this library.

Turns out to be a limitation of Traefik at the moment. TCP routers will need to implement ServersTransports and configure Consul certs automatically. https://github.com/traefik/traefik/issues/7803

I think I'm running into the same issue with services deployed by Nomad. I can't get a simple tcp echo server to work. https://github.com/envoyproxy/envoy/issues/23155

This feature is necessary to use TCP services in a Consul Connect mesh. At the moment traefik will find TCP services (their sidecars) from the catalog, but the TCP request...

Does Nibbler ship with an icon? I can't find one in the dist.

I've noticed that dynamic port labels can be used without causing any errors (granted I still have errors, but I think they're unrelated). Is this expected now?

I found an instance of this error now, same exception, but different traceback ``` Traceback (most recent call last): File "/home/app/.cache/pypoetry/virtualenvs/recovery-platform-BwZRr09X-py3.12/lib/python3.12/site-packages/asgiref/sync.py", line 534, in thread_handler raise exc_info[1] File "/home/app/.cache/pypoetry/virtualenvs/recovery-platform-BwZRr09X-py3.12/lib/python3.12/site-packages/django/core/handlers/exception.py", line...

Unfortunately I cannot reproduce it, it is probabilistic. It has happened only 6 times in the last week out of ~5000 `/openapi` requests.

It definitely seems to be an issue with concurrent requests. I ran a stress test on `/openapi` with [locust](https://docs.locust.io/en/stable/index.html) with 10 users, 1 user/s, for 1 minute and out of...