heroku-buildpack-rust icon indicating copy to clipboard operation
heroku-buildpack-rust copied to clipboard

Support for `WEB_CONCURRENCY`

Open rharish101 opened this issue 3 years ago • 0 comments

This buildpack doesn't set the WEB_CONCURRENCY environment variable. For example, the official Python buildpack sets it. I'm guessing that this is set by Heroku themselves, and the buildpacks just expose it. Here's a link that mentions the use of WEB_CONCURRENCY for Python.

Could you look into this, and add support if it's feasible and makes sense for Rust servers?

rharish101 avatar Jan 23 '22 15:01 rharish101