-
Beta Was this translation helpful? Give feedback.
Answered by
CPloscaru
Sep 9, 2025
Replies: 1 comment 2 replies
-
I look a bit into the Falcon documentation and saw I had to specify "count ENV.fetch("WEB_CONCURRENCY", 2).to_i" especially for heroku. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ioquatix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I look a bit into the Falcon documentation and saw I had to specify "count ENV.fetch("WEB_CONCURRENCY", 2).to_i" especially for heroku.
I missed the information just looking at the falcon-rails documentation.
Still need to wait 24h to make sure it was the issue but so far it's running smoothly.