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

Log when jobs don't finish executing within :shutdown_grace_period #1076

Closed
wants to merge 1 commit into from

Commits on Apr 28, 2024

  1. Log when jobs don't finish executing within :shutdown_grace_period

    If jobs take longer than `:shutdown_grace_period` (by default 15
    seconds) then they are brutally killed. Log a message when this occurs.
    The message looks like:
    
    > Oban's :alpha queue was unable to cleanly shutdown in allotted time (:shutdown_grace_period was 10). Remaining job ids: (job ids: [1941])
    axelson committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3826c61 View commit details
    Browse the repository at this point in the history