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

Add DOCKER_NORELOAD to compose settings #6461

Merged
merged 2 commits into from
Dec 17, 2019
Merged

Add DOCKER_NORELOAD to compose settings #6461

merged 2 commits into from
Dec 17, 2019

Conversation

ericholscher
Copy link
Member

This stops containers from auto-reloading.

This stops containers from auto-reloading.
Copy link
Member

@humitos humitos left a comment

Choose a reason for hiding this comment

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

Looks good to me. I haven't tested but it follow the same idea as the INIT variable.

My feedback on this would be to split DOCKER_NO_RELOAD into DJANGO_NO_RELOAD and CELERY_NO_RELOAD. I think that most of us will benefit of using CELERY_NO_RELOAD but maybe not from DJANGO_NO_RELOAD: there is no need to reload celery when working on serving docs stuff --which I think is the most common case.

It could also be a third argument called just --no-reload that enables both as a shortcut: celery and django.

Besides, if you think that this is not needed, I would call the variable just NO_RELOAD since the DOCKER_ part does not add meaning.

@ericholscher
Copy link
Member Author

I think the DOCKER is because it's for docker-compose. I think it's useful to prefix it, could also do RTD_NO_RELOAD but I think this is fine for now.

@ericholscher
Copy link
Member Author

I think this works for me for now, as it saves my CPU from burning up, we can make it cleaner as we go. 👍

@ericholscher ericholscher merged commit 3639eb1 into master Dec 17, 2019
@ericholscher ericholscher deleted the docker-cleanup branch December 17, 2019 11:10
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.

2 participants