-
Notifications
You must be signed in to change notification settings - Fork 19
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
Agents platform and new CLI #104
Conversation
…ore and taskmanager
To prevent unnecessary crashes,before merging we should migrate all the test and deploy scripts/code to use the new flags scheme. |
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
log.Infof("Auditor is unable to get membership proof from QED server: %v", err) | ||
|
||
switch fmt.Sprintf("%T", err) { | ||
case "*errors.errorString": |
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 are you checking this?
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.
To check whether the membership API is working properly or not. Is of little value probably, just monitoring it is available and working.
Fix: build process and local deployment
Agents platform and new CLI Former-commit-id: 57d474b
Refactor agents and cli. It is not 100% ready, but it is getting too big. So I propose to merge now, and continue the work.