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

Allow selecting which celery worker(s) to ping #370

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sevdog
Copy link

@sevdog sevdog commented Jul 6, 2023

This PR aims to add the ability to select which celery worker needs to be ping-ed.

The main use case is to use the management command to check a specific worker, thus the check should be ok only if that worker is up&running. Since celery app.control.ping allows a list as parameter the settings allows a list too. By default it was kept None since it means "ping every worker", which is the current behaviour.

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.

None yet

1 participant