-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: don't override WEB_CONCURRENCY if set #1
base: main
Are you sure you want to change the base?
Conversation
@jordanmaguire wanted to get the existance of these repos in front of your eyes, we will be discussing more next week https://3.basecamp.com/3601722/buckets/1937663/todos/3862709740 |
@dirkkelly This seems like a bug in the buildpack to me - are we intending to create a PR back into the source? |
@jordanmaguire yeah agreed it seems like a bug in the heroku buildpack, going to create a PR if we're happy with the change on our side. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is fine.
I have some higher level questions around things like:
- How is the version of our buildpacks usually managed
- How will this need to change by running our own version of a buildpack. How will we be pulling the master of the source of this repo into this one so we can continue to receive changes
@jordanmaguire usually we just use the
On the branch within our system where we're testing this alternative buildpack that has been changed to point to this branch.
We can make the decision to wait to update our environments until this is merged or temporarily use our branch / repo while we wait for the heroku official to update (which would require keeping up-to-date with upstream). I think best next step is to create a PR on the Heroku repo and see what the maintainers have to say. |
Created a PR on Heroku's upstream heroku#926 |
No description provided.