-
Notifications
You must be signed in to change notification settings - Fork 26
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
Celery Manager #489
base: develop
Are you sure you want to change the base?
Celery Manager #489
Conversation
…dis to store env dict
…f config not being created yet
Merlin Manager x Merlin Monitor Integration
Ping on this. Is the plan to merge the new test stuff in and then keep going? |
@lucpeterson yeah that's the plan. Once the new tests are merged then all these tests should pass. We'll still need to create tests for the manager itself but I'm going to get started on that hopefully this week. We also need to figure out a good way to integrate the manager command with the existing monitor command, as there's a lot of overlap there. |
Create a celery manager that automatically manages the celery workers and restarts them accordingly when they have become unresponsive.
merlin manager
command was added and there are 3 optionsrun
start
andstop
.merlin monitor
for allocation management.