version 3.3.0 hang problem
See original GitHub issueWhen I upgrade from version 3.2.10 to 3.3.0(daphne:2.5.0, python:3.8.2, django:2.2.16
), the server looks like hang there randomly, no error info found in access.log
and asgi.log
.
the supervisord.conf
as follow:
[fcgi-program:om]
directory=./
socket=tcp://0.0.0.0:8000
command=daphne -u ./daphne%(process_num)d.sock --fd 0 --access-log ./logs/access.log --proxy-headers MyProject.asgi:application
numprocs=4
process_name=asgi%(process_num)d
stdout_logfile=./logs/asgi.log
redirect_stderr=true
Now, I downgrade to 3.2.10, everything is OK.
Maybe modification about thread has some bugs or something I should do to adapt it.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:14 (6 by maintainers)
Top Results From Across the Web
Cb Defense: OS Hang On Windows Devices with 3.3.0....
Boot impacted system into Safe mode; Remove 3.3.0.953 sensor using command line. Sensor in Policy with "Require code to uninstall sensor" checked ...
Read more >Readme and Release notes for release 3.3.0.9 General ... - IBM
GPFS 3.3.0-2 corrects this issue. [November 7, 2008] ... Fix hang when executable run out of GPFS and mmapRangeLock=no.
Read more >785384 – hibernate hangs since kernel version 3.2.2-1.fc16.i686
Description of problem: With kernel version 3.1.9-1.fc16.i686, both suspend (STR) and hibernate (STD) work fine on my Asus F3SG laptop.
Read more >Places SDK for iOS release notes - Google Developers
According to the Mobile OS version support policy, we are freezing support for iOS 13 in an upcoming major version of Maps and...
Read more >mvn dependency:tree -Dverbose hangs and never finishes
As pointed out before, the maven-dependency-plugin:3.2.0 seems to be the problem. The issue was fixed in version 3.3.0 https://issues.apache.org ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@andrewgodwin Thank you for your patience, maybe something related to these two issues in https://github.com/django/channels/issues/1576 and https://github.com/django/channels/issues/1491.
looks like there is a problem with the combination of channels3(asgiref3.3.x)+django3.
I’ll try to reproduce it in a minimal sample project.
Just wanted to confirm that after downgrading to 3.2.10 the problem disappeared 🎉