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

Feature: Auto retry on failing to talk to memphis #1368

Open
1 task done
keyboardcrimp opened this issue Oct 19, 2023 · 2 comments
Open
1 task done

Feature: Auto retry on failing to talk to memphis #1368

keyboardcrimp opened this issue Oct 19, 2023 · 2 comments
Assignees
Labels
💟 Community involvement A feature that the community is invloved with Feature Request New feature or request

Comments

@keyboardcrimp
Copy link

Description

It would be good to have some way to allow memphis to auto reconnect should anything happen. In the template code, it's wrapped around a try/except to catch the errors but fails out and kills a producer if there's a connection issue. If there is a way to allow for an auto reconnect on time out or connect error then memphis should just back off and retry. Also, it would be good for the errors to be more verbose before exiting as sometimes I just get 'memphis: None' when printing errors. (Python SDK)

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@keyboardcrimp keyboardcrimp added Feature Request New feature or request 💟 Community involvement A feature that the community is invloved with labels Oct 19, 2023
@yanivbh1
Copy link
Contributor

@keyboardcrimp thank you for bringing it up. That is not the expected behavior, and reconnecting should take place already.
@idanasulinmemphis, are we aware of any issue on the reconnect side?

@idanasulinmemphis
Copy link
Contributor

Reconnect is already exist and turned on by default, no issues over there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💟 Community involvement A feature that the community is invloved with Feature Request New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants