-
Notifications
You must be signed in to change notification settings - Fork 92
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
[Question] Several "Unable to poll" errors multiple times per day #291
Comments
For what it's worth, I also see this on our Ruby apps that use Temporal. I would love to understand more about why this happens. |
We were running into this and ended up setting the following GRPC channel args. Hacky but it works. The issue seems to be that the socket is silently being torn down by the Temporal server. Keeping it alive avoids the issue.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey folks,
We've been using this ruby for quite a while, 1 year I would say and since then, we've been seeing a lot of "Unable to poll" errors. For example, last week, there were 700 of those for one of our service. This affects all our different using this sdk.
And this
Would someone have an idea of what might be causing those errors? Are they "normal" or expected from time to time within Temporal? We don't have a fancy configuration or anything we mostly use the default config and we use 20 as the thread pool size for both activity and workflow. I can share more relevant details if needed.
Note, this error doesn't cause any of our activities or workflows to fail, it just happens once every now and then and recovers.
temporal-ruby + grpc version
The text was updated successfully, but these errors were encountered: