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

Disable restart policy on celery when running dev mode #319

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

Commits on Nov 6, 2019

  1. Disable restart policy on celery when running dev mode

    Since celery in dev mode is replaced by 'tianon/true', which exit fast,
    the restart policy should be "no" in order to avoid entering in a restart loop.
    
    The "no" needs to be escaped because it must be a "string", and the quotes (")
    would be removed by 'awk' when processing the 'docker-compose.override.yml' template.
    
    Signed-off-by: David Pordomingo <[email protected]>
    dpordomingo authored Nov 6, 2019
    Configuration menu
    Copy the full SHA
    bb26251 View commit details
    Browse the repository at this point in the history