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

Job Fails Even with Small Batches #482

Open
1 of 4 tasks
tcoulvert opened this issue Aug 27, 2021 · 1 comment
Open
1 of 4 tasks

Job Fails Even with Small Batches #482

tcoulvert opened this issue Aug 27, 2021 · 1 comment

Comments

@tcoulvert
Copy link

I've been running an algorithm for the last couple weeks and keep getting a 'RemoteDisconnected' error. The linked issue claims that the main cause of the issue is the large batch size. Through the logger I've confirmed that my posts are only 1 at a time, and the total size is less than 105KB (~1KiB). After reading through the other issues linked I'm unsure if they would help either, nor exactly how to implement them.

Is the connection error simply something that must be solved by fast, stable internet?

Original Issue:

Verified fix:

Originally posted by @randomir in #439 (comment)

@randomir
Copy link
Member

Extending read timeout after we implement #440 would be worth trying in cases of low bandwidth and/or high latency. We'll have that available soon for you to try (if you don't mind installing from source on master).

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

2 participants