Sara

Results 10 comments of Sara

My question was more about when/if K8S v1.25 will be supported

Same issue here running in K8S `requests.limit.cpu=2` go-carbon: v0.17.3/amd64 ``` NAME CPU(cores) MEMORY(bytes) carbon-7bccb5d9dc-5kxwt 2027m 43Mi ``` When I use the sample go-carbon config in the docs I get (0.8%...

I had the same issue with the surrealist app, the client could be writing to the wrong namespace or database. See #2319

@adminy `ASSERT is::email($value);` should be changed to `ASSERT string::is::email($value);` if you're running nightly or > beta-10.

I am getting some serious slow down with async request handlers: pypy latest 3.9 Darwin arm64 socketify: 0.0.16 strawberry 0.159.0 To avoid drivers, libraries, cffi and other stuff, I have...

👍 I have not done a proper benchmark but V1 feels superior, i.e. higher throughput + lower latency, TTFT. The other thing that I have noticed is that logging has...

> 👍 I have not done a proper benchmark but V1 feels superior, i.e. higher throughput + lower latency, TTFT. The other thing that I have noticed is that logging...

> I can see how this could potentially be useful to users. Could you provide a concrete example that would be useful to you? Even an environment variable would be...

I've worked this around with: ```py from orjson import loads ... data = loads(req.body) ``` but please fix it.