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

[Explore] Is it necessary to create the web process from the app handler? #3621

Open
danail-branekov opened this issue Nov 20, 2024 · 0 comments
Labels

Comments

@danail-branekov
Copy link
Member

danail-branekov commented Nov 20, 2024

When an app is being created, the app handler creates the default web process.

On the other hand, the app controller adds makes sure to create the web process if missing

It does not make sense for the app repository to create the web process. Processes are materialized when a CFApp is reconciled, creating processes via the CF API is not supported. Therefore, it makes no sense for the Korifi API repositories to create/know how to create CFProcesses.

@danail-branekov danail-branekov converted this from a draft issue Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🇪🇺 To do
Development

No branches or pull requests

1 participant