Process scale out and coordination#333
Merged
nmaludy merged 43 commits intoStackStorm:masterfrom Jul 12, 2021
Merged
Conversation
fork master
Feature/python3 support
Feature/coordination redis
…iers in an active active configuration.
Feature/service scale out
Collaborator
Author
|
@nmaludy it wouldn't let me assign you as a reviewer for some reason but this should be good to go. |
nmaludy
suggested changes
Jul 12, 2021
…> bytes_to_string created a defined resource to cut down on the copy paste with the scaled services
Collaborator
Author
This should be fixed! |
Collaborator
Author
|
@nmaludy I believe I made all the requested changes |
nmaludy
suggested changes
Jul 12, 2021
Member
nmaludy
left a comment
There was a problem hiding this comment.
General comment. Adding redis and the scale out is cool. Would be even better if you could add something to the README so others knew how to configure it.
Thanks, super close!
…ges to the readme
nmaludy
approved these changes
Jul 12, 2021
Closed
bishopbm1
pushed a commit
to EncoreTechnologies/puppet-st2
that referenced
this pull request
May 20, 2022
…vice-scale-out Process scale out and coordination
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added Redis install as a coordination backend as even the one liner script installs and the redis package is already included with the base st2 python virtual env (https://docs.stackstorm.com/coordination.html).
Added ability to scale out workflowengine, scheduler, rulesengine, and notifier processes so that they run in an active-active configuration and share the workload. This is important if you want to use more beefy servers to be able to actually use all the resources available (https://docs.stackstorm.com/reference/ha.html#st2rulesengine).
This module was successfully tested on:
RHEL 8
RHEL 7
Ubuntu 16