You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2018. It is now read-only.
Ao subir o celery (start_celery.sh), aparece o seguinte warning:
WARNING/MainProcess] /home/leonardo/workspaces/radar/venv3/lib/python3.6/site-packages/celery/fixups/django.py:202: UserWarning: Using settings.DEBUG leads to a memory leak, never use this setting in production environments!
warnings.warn('Using settings.DEBUG leads to a memory leak, never '
E de fato, debug não deve estar ligado em produção. Mesmo em desenvolvimento por padrão melhor deixar desligado.
The text was updated successfully, but these errors were encountered:
De fato a msg não é clara, mas eu espero q o problema seja "settings.DEBUG = True". Nesse caso, em produção já sabemos q isso não será verdade, né? Então acho q fecha a issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ao subir o celery (start_celery.sh), aparece o seguinte warning:
E de fato, debug não deve estar ligado em produção. Mesmo em desenvolvimento por padrão melhor deixar desligado.
The text was updated successfully, but these errors were encountered: