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

V3 API: Support new 'Processes' concept #3154

Open
richard-cox opened this issue Oct 29, 2018 · 2 comments
Open

V3 API: Support new 'Processes' concept #3154

richard-cox opened this issue Oct 29, 2018 · 2 comments
Labels

Comments

@richard-cox
Copy link
Contributor

richard-cox commented Oct 29, 2018

  • in v2 the api exposed instances which can be scaled
  • we show these instances in the ui along with their state.
  • in v3 processes have been exposed, which were previously 1:1 with instances
  • instances are now M:1 with processes
    • Most will contain a process of type web
    • Other processes can be used to execute before/after scaling, etc
  • Changing the instance count will increase the web process count but not other processes
  • Application state needs to be updated to take into account the web process state... and possibly the state of any other process during transitions
  • memory/disk quota's are by process now, not per application
@richard-cox
Copy link
Contributor Author

Updates needed to

  • App Instances (scaling, instance table, cards, etc)
  • App State

@richard-cox
Copy link
Contributor Author

Linking #3374

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

No branches or pull requests

1 participant