Database Pool Management with Sidekiq and load_async
Recently I came across a very common issue after integrating a few Sidekiq jobs to a project. During this activity, I set the pool size in database.yml of the worker process equal to the concurrency I set for Sidekiq. Its...