-
Notifications
You must be signed in to change notification settings - Fork 13
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
Refactor cosmos modules #1650
Refactor cosmos modules #1650
Conversation
84c0a48
to
bc2b445
Compare
- create cosmos module client - removed sdk packages - create runner/builder and event/publisher packages - remove orchestrator tests & mocks
5a06ec3
to
b9288be
Compare
…engine into refactor/cosmos-modules
|
||
// Create creates a new execution. | ||
func (s *SDK) Create(req *api.CreateExecutionRequest) (*executionpb.Execution, error) { | ||
execution.M.Created.Add(1) |
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.
no more metrics?
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.
could be nice to have a define a shared metric object and use it across the engine
but then it's against the client / module separation
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.
i'm ok to merge without this 👍 @krhubert i let you merge
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.
They should be right im the execution. Chęci keeper się. Unfournetly i coundnt find a good place for them. We can add that to refactor list to keep track of that
related to #1639
TODO: