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

manage.py runserver s’arrête quand il reçoit un SIGTERM #4729

Merged
merged 1 commit into from
Oct 24, 2017

Conversation

motet-a
Copy link
Contributor

@motet-a motet-a commented Oct 17, 2017

C’est un problème qui m’agace depuis quelque temps avec Docker. Mais sous Unix,
d’autres gens peuvent le rencontrer avec d’autres technologies.

http://blog.lotech.org/fix-djangos-runserver-when-run-under-docker-or-pycharm.html

En fait, ce n’est pas un problème de ZdS mais de Django. Mais je pense que c’est
suffisament pénible et facile à “corriger” pour justifier un patch de ce genre.

Contrôle qualité

Sous un Unix-like, envoyez un SIGTERM au processus de python manage.py runserver.
Il devrait s’arrêter tout de suite.

@coveralls
Copy link

coveralls commented Oct 23, 2017

Coverage Status

Coverage decreased (-0.004%) to 89.785% when pulling 03f5fe9 on motet-a:runserver-sigterm into 2733278 on zestedesavoir:dev.

@zestedesavoir zestedesavoir deleted a comment from coveralls Oct 23, 2017
C’est un problème qui m’agace depuis quelque temps avec Docker. Mais
sous Unix, d’autres gens peuvent le rencontrer avec d’autres
technologies.

http://blog.lotech.org/fix-djangos-runserver-when-run-under-docker-or-pycharm.html

En fait, ce n’est pas un problème de ZdS mais de Django. Mais je pense
que c’est suffisament pénible et facile à “corriger” pour justifier un
patch de ce genre.

=== CONTRÔLE QUALITÉ =============================================

Sous un *Unix-like*, envoyez un SIGTERM au processus de `python
manage.py runserver`.  Il devrait s’arrêter tout de suite.
@coveralls
Copy link

coveralls commented Oct 24, 2017

Coverage Status

Coverage decreased (-0.004%) to 89.785% when pulling e19ede2 on motet-a:runserver-sigterm into 247f7de on zestedesavoir:dev.

@motet-a motet-a merged commit 7cefc52 into zestedesavoir:dev Oct 24, 2017
@motet-a motet-a added this to the Version de développement milestone Oct 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants