Opened 5 years ago

Closed 5 years ago

#30322 closed Bug (needsinfo)

DEBUG=False + csrf_exempt(GraphqlView) + gunicorn == crash

Reported by: Kurt Neufeld Owned by: nobody
Component: Uncategorized Version: 2.1
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Change any one of those and there is no crash. Extra annoying is that there is no strack trace or logs (logs set to DEBUG).

Django 2.1.5

Unfortunately here's all I can give you...

2019-04-03 09:20:39 -0700] [332] [INFO] Starting gunicorn 19.9.0
[2019-04-03 09:20:39 -0700] [332] [DEBUG] Arbiter booted
[2019-04-03 09:20:39 -0700] [332] [INFO] Listening at: http://0.0.0.0:8000 (332)
[2019-04-03 09:20:39 -0700] [332] [INFO] Using worker: sync
[2019-04-03 09:20:39 -0700] [334] [INFO] Booting worker with pid: 334
[2019-04-03 09:20:39 -0700] [332] [DEBUG] 1 workers
[2019-04-03 09:20:44 -0700] [334] [DEBUG] POST /graphql
[2019-04-03 09:20:44 -0700] [335] [INFO] Booting worker with pid: 335

Change History (1)

comment:1 by Mariusz Felisiak, 5 years ago

Resolution: needsinfo
Status: newclosed

Thanks for the report, however we need more information to check if it is related with Django itself or not. At first glance it looks like a support issue, please use one of support channels.

Note: See TracTickets for help on using tickets.
Back to Top