Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

♻️(tray) split websocket and asgi apps in tray #2630

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 27, 2024

  1. ♻️(tray) split websocket and asgi apps in tray

    We have detected a memory leak in the websocket application. An issue
    exists on the django channels github repo about this topic.
    We also detected that this memory leak can have side effect on the asgi
    application, the application can become slower leading to timeout. To
    remove this side effect we decided to create a deploy dedicated to the
    websocket application and nginx is reponsible to use the right backend
    based on the request path.
    
    django/channels#2094
    lunika committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    794e049 View commit details
    Browse the repository at this point in the history