Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sentry send notification SystemExit: 1

On web server I'm using Python3.6, Django with Gunicorn and Supervisor. After deploy to server I began to receive notifications from Sentry like this:

Message

SystemExit: 1

Sentry log: https://sentry.io/share/issue/ddd8c6426d68494facfa0bdab9b01a2c/

What can be reason of this?

like image 624
Arti Avatar asked Oct 31 '25 16:10

Arti


1 Answers

It might be too late to answer this. I had the same issue. It turns out to be caused by gunicorn thread timeout for long-running tasks.

To fix the issue add this to gunicorn config file:

--timeout 120
like image 118
Ramy M. Mousa Avatar answered Nov 04 '25 04:11

Ramy M. Mousa



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!