Closed
Bug 910931
Opened 12 years ago
Closed 12 years ago
Stackato gives 500 for requests that are made in short intervals randomly.
Categories
(Infrastructure & Operations :: IT-Managed Tools, task)
Infrastructure & Operations
IT-Managed Tools
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: shuhao, Assigned: cturra)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0 (Beta/Release)
Build ID: 20130829030201
Steps to reproduce:
I have an app deployed on stackato, osumo.paas.allizom.org. It uses appcache, which means that a lot of files will load initially when the browser grabs all the files to cache locally. However, some of the requests will fail with a 500 and the error {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}
The backend server is gunicorn with 4 gevent workers. I tried multiple instances as well without success.
I checked and my backend is never getting the requests (but connection refused?)
Assignee | ||
Comment 1•12 years ago
|
||
this appears to have started when i enabled `router2g` through stackato to support websockets for bug 907407. i have reverted to the default `router` to see if this resolves your issue. if it does, i plan on sticking with the default router until we can update to stackato 2.10.
please give this some more testing and let me know how you make out.
Assignee: server-ops-webops → cturra
Looks like that fixed it. I can test a little more to confirm, but i'm fairly certain this works.
Assignee | ||
Comment 3•12 years ago
|
||
thnx for the feedback here :Pwnna. i am going to mark this bug as r/fixed based on your comments. once you are certain it's working as expected, please update to verified. of course, if issues persist, go ahead and reopen :)
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•