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

feat: add liveness probe for celery workers #766

Commits on Aug 2, 2023

  1. feat: Add liveness probes for celery workers

    Currently pods can enter a 'zombie' state where they become disconnected from celery and will no longer pick up new jobs. We create a liveness probe to detect such pods so they can be killed by k8s and recreated
    
    Signed-off-by: Nick Wood <nwood@cloudflare.com>
    nickwood committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e1a5afa View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. feat: rewrite celery probe with python

    Signed-off-by: Mathew Wicks <thesuperzapper@users.noreply.github.com>
    thesuperzapper committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    20e7546 View commit details
    Browse the repository at this point in the history
  2. feat: add new worker liveness probe values to docs

    Signed-off-by: Mathew Wicks <thesuperzapper@users.noreply.github.com>
    thesuperzapper committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    bbaf8d1 View commit details
    Browse the repository at this point in the history