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

#953 Create makefile recipes for celery stop/start #958

Merged
merged 4 commits into from
Sep 18, 2019

Conversation

duker33
Copy link
Contributor

@duker33 duker33 commented Sep 15, 2019

Closes #953

@duker33 duker33 self-assigned this Sep 15, 2019
docker/Makefile Outdated
$(dcp) stop
# to flush nginx's inner static caches
$(dcp) rm -f app nginx && $(dcp) up -d app nginx
$(dcp) rm -f app nginx && $(MAKE) upd-prod
$(dcp) stop-prod-celery
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$(dcp) stop-prod-celery
$(MAKE) stop-prod-celery

docker/Makefile Outdated
upd-prod-celery:
$(dcp) up -d celery-beat celery-command-worker celery-default-worker celery-mail-worker

upd-prod:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of ... && $(MAKE) upd-prod-celery

Suggested change
upd-prod:
upd-prod: upd-prod-celery

@duker33 duker33 merged commit c656ae3 into master Sep 18, 2019
@duker33 duker33 deleted the 953_make_stop_start branch September 18, 2019 07:19
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.

Create celery services stop-start shortcut
2 participants