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

Reconnect on error #16

Merged
merged 3 commits into from
May 7, 2021
Merged

Reconnect on error #16

merged 3 commits into from
May 7, 2021

Conversation

fujiwara
Copy link
Owner

@fujiwara fujiwara commented May 7, 2021

When Redshift is under maintenance, import actions will be failed.
These errors are no problem. But after the maintenance window, that connection to Redshift sometimes fails with "Broken Pipe" continuously.

If redshift.reconnect_on_error is set to true, Rin disconnects the connection to Redshift on error occurred at import action.

The next time, Rin will try to a new connection to Redshift.

@fujiwara fujiwara merged commit 516bd1c into master May 7, 2021
@fujiwara fujiwara deleted the reconnect-on-error branch May 7, 2021 15:22
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.

None yet

1 participant