Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Error when requesting .md concurrently #366

Open
tripodsan opened this issue Jan 16, 2020 · 0 comments
Open

Error when requesting .md concurrently #366

tripodsan opened this issue Jan 16, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@tripodsan
Copy link
Contributor

from slack:

Interesting:

ab -n 10 -c 1  http://localhost:3000/footer.html

works., but

ab -n 10 -c 4  http://localhost:3000/footer.html

fails...

well, I don't know. I tested the git-server, but this is not the problem. it serves 200 concurrent requests with no problems. All I can think of is, that the pipeline is consuming too much time somewhere so that the requests take too long. which is scary, since already a concurrency of 3 produces errors.

however, I don't think this is a problem in production, as each request is handled by it's own action. so they don't block their own git-server 🙂

as for local development, using --dev-default HTTP_TIMEOUT 5000 solves the issues for me.

@trieloff trieloff added the bug Something isn't working label Jan 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants