We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Starting in 2ef5771 the payload returned from https://natalie-lang.org/stats/stats.json is truncated. Need to investigate...
The text was updated successfully, but these errors were encountered:
Also, 9 out of 10 of the child processes see the following error for every socket connection:
["Errno::EAGAIN", "Resource temporarily unavailable", ["server.rb:41:in `accept'", "server.rb:41:in `block in block in block in block'", "server.rb:40:in `loop'", "server.rb:40:in `block in block in block'", "server.rb:39:in `fork'", "server.rb:39:in `block in block'", "src/enumerable.rb:624:in `block in collect'", "src/enumerable.rb:624:in `each'", "src/enumerable.rb:624:in `collect'", "server.rb:38:in `<main>'"]]["Errno::EAGAIN", "Resource temporarily unavailable", ["server.rb:41:in `accept'", "server.rb:41:in `block in block in block in block'", "server.rb:40:in `loop'", "server.rb:40:in `block in block in block'", "server.rb:39:in `fork'", "server.rb:39:in `block in block'", "src/enumerable.rb:624:in `block in collect'", "src/enumerable.rb:624:in `each'", "src/enumerable.rb:624:in `collect'", "server.rb:38:in `<main>'"]]
It seems that server.accept returns one good connection and raises an error for all the other children waiting.
server.accept
Sorry, something went wrong.
No branches or pull requests
Starting in 2ef5771 the payload returned from https://natalie-lang.org/stats/stats.json is truncated. Need to investigate...
The text was updated successfully, but these errors were encountered: