Ken Ellorando
Ken Ellorando
The Cadence container starts up faster than the Postgres container it depends on when launched through a Docker Compose stack normally. Since Cadence does a bunch of database configuration on...
Setting the request rate limit to `0` will actually keep the client's IP in the rate limit database with no expiration, forever keeping it from ever making a request again...
The Cadence API server currently runs a Go fileserver which serves raw HTML, CSS, and JavaScript. It's simple and looks fine to me, but I think it's time we separate...
Since song history data is in-memory, it does not _fully_ function properly when Cadence scales beyond one replica. Each replica maintains its own copy of song history. If we moved...
Cadence presently has zero Go test suites. At least some unit coverage of the API would be nice.
After any user spends long enough time connected on the UI, the following begins to appear in the logs: ``` postgres | 2023-02-24 06:55:57.782 UTC [244] FATAL: sorry, too many...