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

add timeout_worker_is_alive as an option for main.run. #2397

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 25, 2024

  1. add timeout_worker_is_alive as an option for main.run.

    The option let user set the timeout for judging if a process is dead in multiprocessing mode(i.e., workers > 1).
    socrateslee committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3587023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9676be8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    f1873bc View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    e5e5d1e View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    bf05fe4 View commit details
    Browse the repository at this point in the history