Gunicorn logs not helpful in identifying cause of timeouts
Bug #1506025 reported by
Tom Haddon
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Daisy |
Triaged
|
Medium
|
Unassigned |
Bug Description
Per https:/
2015-10-11 07:33:26 [16981] [CRITICAL] WORKER TIMEOUT (pid:31628)
2015-10-11 07:33:26 [31628] [INFO] Worker exiting (pid: 31628)
2015-10-11 07:33:26 [31715] [INFO] Booting worker with pid: 31715
We tried adding debug logging, but it still didn't yield any useful information about what it was timing out connecting to. We eventually tracked it down the Cassandra using strace, but it would have been much better if this was stated in the logs.
To post a comment you must log in.
There doesn't seem to be any testing of connectivity to cassandra, and I think daisy/wsgi.py should test for that before starting to accept crash reports.