Technologies/Gunicorn/http.server.errors
GunicornGunicornMetric

http.server.errors

Errors during request processing
Dimensions:None

Technical Annotations (29)

Configuration Parameters (4)
DEBUGrecommended: True
Enables detailed error messages and stack traces for debugging
DATABASES.default.POOL_OPTIONS.PRE_PINGrecommended: True
validate connections before use to detect stale sockets
CACHES.LOCATIONrecommended: /var/tmp/django_cache
directory path must have correct permissions for web server user
CACHES.BACKENDrecommended: django.core.cache.backends.filebased.FileBasedCache
filesystem cache backend affected by this issue
Error Signatures (5)
django.db.utils.OperationalError: no such tableexception
django.db.utils.OperationalErrorexception
5xxhttp status
500 Internal Server Errorhttp status
OperationalError: connection closedexception
CLI Commands (8)
dmesg | grep -i "killed process"diagnostic
htopmonitoring
python manage.py makemigrationsremediation
python manage.py migrateremediation
python manage.py runserverdiagnostic
SELECT 1diagnostic
python manage.py createcachetableremediation
python manage.py createcachetable --dry-rundiagnostic
Technical References (12)
OOMKilledconceptsystemdcomponentdb.sqlite3file pathmigrationsconceptsettings.pyfile pathDATABASEScomponentdjango_http_responses_total_by_status_totalcomponentform.save()componentpdbcomponentipdbcomponent/var/tmp/django_cachefile pathCacheEntrycomponent
Related Insights (11)
Gunicorn workers killed by OOM causing Bad Gateway errorscritical
Missing database tables prevent Django application startupcritical
Incorrect database settings prevent Django database connectioncritical
Infrastructure-only monitoring misses Django application failureswarning
5xx error rate exceeds 1% thresholdcritical
Form validation errors prevent image uploads without visible feedbackwarning
Missing security-relevant logging prevents incident detectionwarning
500 Internal Server Error prevents page renderingcritical
Database restart causes OperationalError from stale connectionscritical
Filesystem cache directory permissions prevent cache writescritical
Missing createcachetable prevents database cache initializationcritical