[CRITICAL] WORKER TIMEOUT (pid:27)
midhun98
HOBBYOP

2 years ago

Why am I getting this error in my Django Project.
I'm using simple webapp to display the portfolio of a team.
This is the live website https://starbouncers.com/

8 Replies

midhun98
HOBBYOP

2 years ago

686edff0-7d10-4fe1-9683-55a48e820ac2


brody
EMPLOYEE

2 years ago

it means a single request took longer than 30 seconds, for your app should a single request ever take longer than 30 seconds?


midhun98
HOBBYOP

2 years ago

it wont take any longer than 30s


midhun98
HOBBYOP

2 years ago

its just a static website


brody
EMPLOYEE

2 years ago

then there is a code or confirmation issue somewhere in your app that is causing a request to take longer then 30 seconds, are there any errors in the logs?


midhun98
HOBBYOP

2 years ago

this is the error message bro.

1217376287736332300


midhun98
HOBBYOP

2 years ago

Also this error is coming not frequently. This issue is coming very rarely


brody
EMPLOYEE

2 years ago

none of those are error messages, please add error handling and verbose debug logging to your application code so that you can track any issues or anomalies, without such logs there is unfortunately not much I can help with here


Loading...