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

Skip process registration with Procfile #185

Merged
merged 17 commits into from
Jan 25, 2025

Conversation

runesoerensen
Copy link
Contributor

@runesoerensen runesoerensen commented Jan 23, 2025

This PR changes the automatic launch process registration logic, so detected process types are only added to the launch table when no Procfile is found.

The buildpack still prints detected process type names and commands for guidance (e.g. to allow users to easily copy commands to their own Procfile).

This also provides a mechanism for users to opt out of the launch process registration logic (as mentioned in #49).

Also see this related PR: heroku/buildpacks-go#319

@runesoerensen runesoerensen marked this pull request as ready for review January 23, 2025 21:03
@runesoerensen runesoerensen requested a review from a team as a code owner January 23, 2025 21:03
@runesoerensen runesoerensen force-pushed the skip-process-registration-with-procfile branch from 1ecd3f7 to f1e53f0 Compare January 24, 2025 00:32
@runesoerensen runesoerensen merged commit 43dfb7f into main Jan 25, 2025
5 checks passed
@runesoerensen runesoerensen deleted the skip-process-registration-with-procfile branch January 25, 2025 09:50
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