Allow configurable concurrency setting. #418
andychongyz
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Yup it's already there - |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi people, I realize the gem automatically turns on the concurrency feature by default on production. And we have been suffered from the ActiveRecord Connection Pool issue until we monkey-patched the
establish_concurrency
method. What if we allow setting that in theconfigure
block. I also realized that concurrency does not benefits smaller app running on a single core server like the Heroku Standard-1X instance.Here's a small snapshot of before and after (the small rocket icon indicates the deployment to turn off concurrency):

Beta Was this translation helpful? Give feedback.
All reactions