-
Notifications
You must be signed in to change notification settings - Fork 7
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: reconnect when auth error occurs in runDropStage method #77
Conversation
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.
あぷるぶ 🦉
@@ -220,6 +231,35 @@ public ConfigDiff transaction( | |||
return configDiff; | |||
} | |||
|
|||
private void runDropStage( |
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.
復帰処理も含んでのものだと思うので、名前に含んでおきたい気がしました
private void runDropStage( | |
private void runDropStageWithRecovery( |
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.
e994154
to
3dbaa10
Compare
3dbaa10
to
f383ccf
Compare
If runCreateStage spent over 4 hours, auth might be expired.