-
Notifications
You must be signed in to change notification settings - Fork 40
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
Fix some bugs found in smoke testing #207
Fix some bugs found in smoke testing #207
Conversation
ea7ef25
to
133f9d4
Compare
…up to empty array
e3d7c1f
to
4043a7a
Compare
JobKeepWindow string `json:"jobKeepWindow,omitempty"` | ||
RecoveryWindow string `json:"recoveryWindow,omitempty"` | ||
PieceInterval string `json:"pieceInterval,omitempty"` | ||
JobKeepWindow int `json:"jobKeepWindow,omitempty" example:"5"` |
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.
if you'd like to use int for days, at least reflect it in parameter name. jobKeepWindow -> jobKeepWindowDays
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.
OK, I've renamed them to xxxDays
to get more deterministic.
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.
If you'd like to make other changes, create a new PR next time
Summary
obtenant
toobtenants