Eugene Kulak

Results 8 comments of Eugene Kulak

@ddzyx Strange, but it looks like `ninja` is not compatible with Django middleware (isn't it what ninja suppose to solve in the first place?). Your views should return the `JsonResponse`...

same issue here. my steps: 1. install cert-manager (`kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.8.2/cert-manager.yaml`) 2. install operator (`kubectl apply -f https://github.com/open-telemetry/opentelemetry-operator/releases/latest/download/opentelemetry-operator.yaml`) 3. deploy service (`kubectl apply -f deployment.yaml`) I have used the...

> @keu, could you please confirm the Otel Operator version you have installed? @yuriolisa thank you for the quick response, how can I check it? I just did ``` kubectl...

@sherifnada @po3na4skld my initial guess seem right that this is the same issue we have in https://github.com/airbytehq/airbyte/pull/4175/files I think the fix can be the same

@evantahler you could also add support for `$ref` and optimize the payload

The average processing time for a single block is ~10 seconds. The connection breaks around 4-5 minute after the read started. The server and the client are on the same...

@genzgd thank you for the investigation. I understand it more precisely now. So, the short-term fix for me would be something like this ```python client = clickhouse_connect.get_client( ... settings={"max_block_size": 30...

I see. Unfortunately, I don't see an easy way to make processing faster without going into buffering and multithreading, which IMO probably will cause more troubles in future. So the...