Our app has a search task which take <30 sec to run. We moved the task to background using delayed_job, it works great. To handle more search request, we open 60 delayed_job workers, the problem comes when more workers working at the same time.Our app has a search task which take <30 sec to