James Gilbert
James Gilbert
## Overview The current rate limiters in `cmd/relay` use mutexes for coordination and static polling intervals to wait for availability. Under load, this can lead to contention and latency spikes,...
## What - Adds panic recovery for the developer-supplied `do` function - Updates `workersActive` gauge when a worker exits - Ensures that at least one worker is always started by...
### Changes - Adds basic support for DuckDB in file based mode using [go-duckdb](https://github.com/marcboeker/go-duckdb/) with the `x_bento_extra` tag - Upgrades to Go 1.24 ### Testing - I verified some basic...