-
Notifications
You must be signed in to change notification settings - Fork 4
seperate task manager + workflow manager #291
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
Conversation
f6516a3
to
da08f88
Compare
4e31edc
to
1d9c3f5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Was wondering if you would like to rename Task Manager core to Task Executor and call the exe the Task Manager, similar to Workflow Manager & Workflow Executor.
@mocsharp I think that may be best for a refactor, as on the workflow side, we have workflowManager as the top level project, and a separate project called workflow executer with the workflow specific logic, we could copy this in the task manager. |
Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
Signed-off-by: Jack Schofield <jack.schofield@answerdigital.com>
1d9c3f5
to
147d711
Compare
SonarCloud Quality Gate failed. |
Is this separation meaning that they will end up being potentially 2 different containers or services (Helm charts)? @nakfour ^^ |
Correct, 2 container images/services/helm charts. |
Description
Seperates workflow manager and task manager
Status
Work in progress
Types of changes