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

Getting random SocketError: Connection refused when creating relationships on large import #208

Open
dam13n opened this issue Mar 22, 2015 · 4 comments

Comments

@dam13n
Copy link

dam13n commented Mar 22, 2015

Excon::Errors::SocketError: Connection refused - connect(2) for [fe80::1%lo0]:7474 (Errno::ECONNREFUSED)

I am creating lots of nodes and then relationships between them. Around a 1000 nodes generated (but always at a different number), I get this above error when creating a relationship or setting relationship properties.

Could it just be going too fast?? ANd if so, any suggestion on a good way to govern speed?

@maxdemarzi
Copy link
Owner

Are you batching your writes?

@dam13n
Copy link
Author

dam13n commented Mar 23, 2015

I'm not. I'll give that a try!

@dam13n
Copy link
Author

dam13n commented Mar 23, 2015

I guess what kinda confused me was I was running the same code a year back, and there were no issues. But that was on an Ubuntu VM on Windows, and now I'm on a Mac.

@andycamp
Copy link

I'm getting these errors in production after upgrading neography. I've set persistent connections to false, but at least once a day, I get a small flood of the Excon::Errors::SocketError: Connection refused. It causes the app to go down, what can I do differently?

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

No branches or pull requests

3 participants