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 task_processing-launched pods to handle their own cleanup #218

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 27, 2024

  1. Allow task_processing-launched pods to handle their own cleanup

    We have some usecases where we'd like a set of batches to run some
    cleanup code upon recieving a SIGTERM, so we'll need to remove our
    force-kill code and instead fallback to the default k8s behavior of
    giving Pods 30s after sending a SIGTERM before sending a SIGKILL to
    force-terminate :)
    
    I will also follow this up with a Tron documentation change that
    documents this behavior.
    nemacysts committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2cff00f View commit details
    Browse the repository at this point in the history