-
Notifications
You must be signed in to change notification settings - Fork 227
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
Load cpu 100% macOS #445
Comments
Possible duplicate of #288 |
Hi @klerick I'm having a bit of trouble reproducing this, could you provide me with a little bit more info?
|
I've tried to use GOOGLE_APPLICATION_CREDENTIALS env var, and everything works fine. But if I create PubSub object using params. A, then I get load 100% cpu and I do not get any error message. |
@callmehiphop I've checked a new version. As I see the problem is still there |
@callmehiphop let me know if you want to talk about caching the promise on |
@JustinBeckwith I'd love to! |
So I think I've narrowed this down to an auth issue (googleapis/google-auth-library-nodejs#614), although I'm waiting on a response of some kind, I think the fix for this will be small and hopefully coming soon. |
@klerick good news, I think this has been fixed in the latest google-auth release. Its a minor change so we won't be releasing a new version of PubSub, but you might need to reinstall to pick up the latest auth changes. I'm going to close this (again), but if your issue persists please let me know! Thanks again! |
Environment details
@google-cloud/pubsub
version: 0.22.0 and 0.23.0I am having a problem with a pubsub sdk.
I've tried to reproduced it on other pc and have got the same result.
If I try to run a subscribe script, I will get cpu loading on 100%
If i use linux, it will work ok.
The text was updated successfully, but these errors were encountered: