Resolve "When using docker-compose deployment, the celerybeat container may stumble over a stale pid file"
requested to merge 1004-when-using-docker-compose-deployment-the-celerybeat-container-may-stumble-over-a-stale-pid-file into develop
Per suggestions on Stackoverflow here, add a --pidfile=
to the celerybeat launch command to prevent the creation of a pidfile.
Closes #1004 (closed)
Edited by Ciarán Ainsworth