littlekittel

Results 6 comments of littlekittel

@dprotaso Server Version: v1.32.6 we do not receive any logging from the client side even though the first thing we do is log the incoming request. For the requests that...

sorry, 1.18.1 ``` - name: REVISION_TIMEOUT_SECONDS value: '300' ``` and inside the application: ``` return &http.Server{ Addr: fmt.Sprintf(":%d", cfg.Port), Handler: mux, ReadTimeout: 30 * time.Second, WriteTimeout: 30 * time.Second, }...

some more analysis. The logs make it look like the whole setup is not processing anything for some amount of time. Here are 2 logs from the queue proxy under...

- name: CONTAINER_CONCURRENCY value: '0' We benchmarked the application itself. It is a very light weight application and can handle over 1000 request per second. The logs are from an...

Thank you, we will look into it. Just wanted to share one more log where it became very crazy. For almost 2 hours we had almost only 300s time outs....

The application is a simple filter that evaluates the "s3_key" inside the event and performs some regex on it. Under "normal" conditions the latency is very low. Here is the...