-
Notifications
You must be signed in to change notification settings - Fork 103
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
converted updater initial delay to select statement, updated updater logging to specify binary being updated #812
Conversation
…logging to specify binary being updated
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.
Looks like it's pretty close. Nits about logging, and the realization this does need to be outside the for
loop
… re-org to enable testing
…xpected channel usage
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.
This looks pretty clean. Some nits.
…appear as updates and not new files
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!
We could convert actor.Actor
to an interface, or leave that for later.
return &actor.Actor{ | ||
Execute: updateCmd.execute, | ||
Interrupt: updateCmd.interrupt, | ||
}, nil |
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.
Hrm. Would this be cleaner if actor.Actor
defined an interface, not a struct?
No description provided.