https://github.com/grahambates/fortune-postgres-example
Example of fortune-postgres transactions issue
https://github.com/grahambates/fortune-postgres-example
Last synced: 4 months ago
JSON representation
Example of fortune-postgres transactions issue
- Host: GitHub
- URL: https://github.com/grahambates/fortune-postgres-example
- Owner: grahambates
- Created: 2018-02-14T01:46:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T01:52:08.000Z (over 7 years ago)
- Last Synced: 2025-03-06T02:39:36.974Z (4 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steps to reproduce:
```
# Start the example server
docker-compose up# This should initially respond OK
curl http://localhost:3000/user# Apply some load to use up connection pool - this will eventually hang
ab -c90 -n 10000 http://localhost:3000/user# Now all requests will time out
curl http://localhost:3000/user
```