addons-server/docker/artifacts
Mathieu Pillard 79120c148f
Run watchmedo through supervisor in local envs instead of through uwsgi (#19513)
* Run watchmedo through supervisor in local envs instead of through uwsgi

This should prevent a storm of watchmedo processes when there are changes,
as this should keep the same long-lived watchmedo process instead of
spawning new ones.

Also, watch a specific file instead of the whole directory to avoid
reloads when just opening a shell (since bash_history is written to
the artifacts dir)

* add reload file to git, run on with /code/

* Watch /code/src for both celery and uwsgi

* Keep safe-pidfile
2022-07-27 17:53:51 +02:00
..
README.md Use supervisord for runserver in docker 2015-09-18 12:59:08 +01:00
uwsgi-reload-monitor Run watchmedo through supervisor in local envs instead of through uwsgi (#19513) 2022-07-27 17:53:51 +02:00

README.md

This directory contains ephemeral artifacts from your running Docker container.