Skip to content
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

Closed
wants to merge 3 commits into from

Conversation

yas-okadatech
Copy link
Contributor

If runCreateStage spent over 4 hours, auth might be expired.

Copy link

@Pasukaru1996 Pasukaru1996 left a 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(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

復帰処理も含んでのものだと思うので、名前に含んでおきたい気がしました

Suggested change
private void runDropStage(
private void runDropStageWithRecovery(

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

こちら、trocco.io の外からPR出すとCIでエラーになるので、trocco.io内でブランチ切り直してPRだしました。
#82

指摘の修正も含まれています 🙇
ed4f320

@yas-okadatech yas-okadatech force-pushed the 24500-reconnect branch 3 times, most recently from e994154 to 3dbaa10 Compare November 6, 2024 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants