-
Notifications
You must be signed in to change notification settings - Fork 805
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
Update async workflow queue idl change #5645
Conversation
f1a81e0
to
918e490
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.
As long as tests pass the changes look good to me. The plumbing of new fields is not trivial so thanks for handling this.
@@ -38,6 +38,11 @@ type ( | |||
MetricsClient metrics.Client | |||
} | |||
|
|||
QueueID struct { |
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.
Can you add comments on this struct and fields to explain what they are?
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 accidentally committed this change. I'll remove this
@@ -38,6 +38,11 @@ type ( | |||
MetricsClient metrics.Client | |||
} | |||
|
|||
QueueID struct { | |||
Type string | |||
ID interface{} |
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.
why interface{}
?
Pull Request Test Coverage Report for Build 018d812a-ac42-4711-b984-2c43da16e140
💛 - Coveralls |
What changed?
Update async workflow queue idl change
Why?
How did you test it?
unit tests
Potential risks
Release notes
Documentation Changes