You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the kill method is called on a uuid, it becomes part of a kill list. The should_kill? method helps us find out which jobs are on the kill list.
Using this method, one can create a conditional cleanup phase to the job to handle loitering child processes or other clean up tasks that need to be handled.
eek!
The text was updated successfully, but these errors were encountered: