Chase Granberry
Chase Granberry
Based on: https://github.com/riverqueue/river/issues/238#issuecomment-1970260899 I was able to reproduce locally with the linked repo: https://github.com/JanRuettinger/river_issue/tree/main We are getting: ``` ClientHandler: Receive query error: {:error, {:invalid_msg, {:tls_alert, {:bad_record_mac, 'TLS server: In state...
Seeing a lot of `busy_dist_port` messages due to TCP connections between nodes being saturated or otherwise experiencing some packet loss or head-of-line blocking. We should also reduce the number of...
Replace poolboy with custom pool implementation: - [ ] better support `idle_timeout` (`database_idle_time`) - [ ] telemetry events - [ ] `min_idle_workers` - ensure a minimum count of workers are...
Respond with a good error message when there is no `.` in the username to split on to pull the tenant from and there are no `options` params to pull...
Provide an HTTP endpoint to POST sql query strings (and parameters) and return results.
Note: Hooks v1 should be scoped to web hooks only. Break out function hooks into another issue later. Including here for comms on the final end state. # Hooks We...
Inspired by the Elixir `DBConnection.ConnectionError` ``` Pool checkout timeout error. Request was dropped after #{n}ms. This means requests are coming in and your connection pool cannot serve them fast enough....
Support for the [PROXY protocol](https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt)
Blocked by [logflare_logger_backend which is blocked by etso](https://github.com/Logflare/logflare_logger_backend/issues/106).