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

Run task shutdown_delay regardless of service registration #7663

Merged
merged 3 commits into from
Apr 13, 2020

Commits on Apr 10, 2020

  1. Run task shutdown_delay regardless of service registration

    task shutdown_delay will currently only run if there are registered
    services for the task. This implementation detail isn't explicity stated
    anywhere and is defined outside of the service stanza.
    
    This change moves shutdown_delay to be evaluated after prekill hooks are
    run, outside of any task runner hooks.
    
    just use time.sleep
    drewbailey committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    3af2d05 View commit details
    Browse the repository at this point in the history
  2. changelog

    drewbailey committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    e288658 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Update CHANGELOG.md

    drewbailey committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    f207abd View commit details
    Browse the repository at this point in the history