Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dirkkelly
Copy link
Member

No description provided.

@dirkkelly dirkkelly requested a review from jordanmaguire June 17, 2021 04:04
@dirkkelly
Copy link
Member Author

@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

@jordanmaguire
Copy link

@dirkkelly This seems like a bug in the buildpack to me - are we intending to create a PR back into the source?

@dirkkelly
Copy link
Member Author

@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.

Copy link

@jordanmaguire jordanmaguire left a 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

@dirkkelly
Copy link
Member Author

@jordanmaguire usually we just use the heroku/nodejs default, eg:

$ heroku buildpacks -a app

=== app Buildpack URLs
1. heroku/nodejs
2. heroku/ruby

On the branch within our system where we're testing this alternative buildpack that has been changed to point to this branch.

$ heroku buildpacks -a app-pr-123

=== app-pr-123 Buildpack URLs
1. https://github.com/interexchange/heroku-buildpack-nodejs.git#fix-web-concurrency
2. heroku/ruby

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.

@dirkkelly
Copy link
Member Author

Created a PR on Heroku's upstream heroku#926

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants