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 bug in celery where workers don't report data #696

Merged
merged 1 commit into from Nov 30, 2022

Commits on Nov 30, 2022

  1. Fix bug in celery where works don't report data

    This fixes Missing information from Celery workers when using MAX_TASKS_PER_CHILD
    issue.
    
    Previously, if celery was run with the --loglevel=INFO flag, an agent instance would be
    created for the main celery process and after the first worker shutdown, all following
    worker's agent instances would point to that agent instance instead of creating a new
    instance. This was root caused to incorrectly creating an agent instance when
    application activate was not set. Now no agent instance will be created for the main
    celery process.
    hmstepanek committed Nov 30, 2022
    Copy the full SHA
    8563420 View commit details
    Browse the repository at this point in the history