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

Support the "stateless" parameter for Actors #15

Open
mwvaughn opened this issue Aug 7, 2019 · 2 comments
Open

Support the "stateless" parameter for Actors #15

mwvaughn opened this issue Aug 7, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request test please Need help validating a feature or fix
Milestone

Comments

@mwvaughn
Copy link

mwvaughn commented Aug 7, 2019

With the release of the autoscaler in Abaco 1.2.0, it is critical to support the actor stateless parameter. Actors registered as being stateless will automatically be scaled via the auto-scaler, so it is important that this become the default.

This should be implemented as follows:

  • In reactor.rc the variable REACTOR_STATEFUL sets project-level behavior
    • Default is empty (REACTOR_STATEFUL=)
  • In abaco init a new line for REACTOR_STATEFUL needs to be added to the templated config file
  • In abaco create support the -s|-S options to create a stateless or stateful actor
  • In abaco deploy support -s|-S > REACTOR_STATEFUL to manage actor statelessness
@mwvaughn mwvaughn self-assigned this Aug 7, 2019
@mwvaughn mwvaughn added the enhancement New feature or request label Aug 7, 2019
@mwvaughn mwvaughn added this to the v1.3.0 milestone Aug 7, 2019
@mwvaughn
Copy link
Author

mwvaughn commented Aug 7, 2019

Implemented in:

@mwvaughn mwvaughn closed this as completed Aug 7, 2019
@mwvaughn
Copy link
Author

Reopening to test

@mwvaughn mwvaughn reopened this Aug 13, 2019
@mwvaughn mwvaughn added the test please Need help validating a feature or fix label Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request test please Need help validating a feature or fix
Projects
None yet
Development

No branches or pull requests

1 participant