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

Fix celery beat terminal filling startup and operational 5 second logs #146

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

Conversation

itdependsnetworks
Copy link
Contributor

No description provided.

Copy link
Contributor

@glennmatthews glennmatthews left a comment

Choose a reason for hiding this comment

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

A better fix might be to use an appropriate healthcheck on the main nautobot container and appropriate depends_on for the worker and beat containers such that docker-compose won't even attempt to start the latter containers until migrations have completed in the main container. That's the approach we use in the core dev environment.

@glennmatthews
Copy link
Contributor

see also #53.

@itdependsnetworks
Copy link
Contributor Author

A better fix might be to use an appropriate healthcheck on the main nautobot container

I think this filled the terminal as well.

In general that was my first approach, but couldn't get it to work.

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