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 batches 30s of cleanup time on external kills #984

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

Commits on Jun 27, 2024

  1. Allow batches 30s of cleanup time on external kills

    If a batch is killed by Tron (i.e., hitting max_runtime) or a human
    (i.e., tronctl kill), give them 30s to handle any cleanup.
    
    Batches that wish to use this feature will need to catch the SIGTERM
    signal and do whatever cleanup they'd like to do in that handler :)
    nemacysts committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    376531d View commit details
    Browse the repository at this point in the history