Configuring Puma Workers and Connection Pool Size in Rails
How to correctly size Puma workers, threads, and your database connection pool so they stay in sync and avoid connection exhaustion under load.
How to correctly size Puma workers, threads, and your database connection pool so they stay in sync and avoid connection exhaustion under load.
I built a VS Code extension that brings the full Sidekiq dashboard into your editor — queue management, job inspection, and multi-server support without leaving VS Code.
How I structured a dedicated API namespace in Rails to serve a native Android client without modifying existing web controllers.