TAY TS

Results 12 issues of TAY TS

The current worker thread only allow event with "READY" and "ERROR" and any other events will get remove. Wonder if it is possible to allow other event to propagate back...

Remove quote in fallback variables, that resulted the `web_listen_address` fail to bind. Golang version: `go1.17.3 darwin/amd64`

**What this PR does / why we need it**: This is to allow disable `enableServiceLinks` so that the service environments are not injected into the pods where in my scenario...

size/M
area/helm

- Replace pgx single connection with pgx pool connection to handle concurrent request from Prometheus

- Lock metric ID map when writing to database as there could be other thread that write to the `c.valueRows` when trying to write to database resulted some valueRows were...

I want to retrieve the timeout with custom `RoundTripper` without creating another wrapper for the `Request` to tweak how the timeout is being handled or is it possible we could...

help wanted

Hi may I check is it possible to change the interface for the `RetryIfFunc` to pass the error for better retry strategy?

help wanted

May I check how to implement custom de/serialization between Rust and JS data, I have some complex data struct that required some special handling in order to convert to the...

Not sure if I doing it wrongly or misunderstand the source code, the `with_list_parse_key` option is creating a map that will be used to check if a field should use...

C-enhancement
S-waiting-on-design
A-env

Hi may I check if it is possible to add `read_timeout` option to `Request` to override the one in `Client`? Wonder if it is not supported by design, didn't find...