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

use threading to run jobmanager loop #614

Closed
wants to merge 15 commits into from
Closed

use threading to run jobmanager loop #614

wants to merge 15 commits into from

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    b8d0059 View commit details
    Browse the repository at this point in the history
  2. add clean cancelling

    jdries committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9b624ed View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    35e5fa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d44e7e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. job manager: changelog

    jdries committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    995e530 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. PR improvements

    jdries committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c7e0544 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    0c7899b View commit details
    Browse the repository at this point in the history
  2. PR #614 code style cleanup

    (using darker and isort)
    soxofaan committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1e12682 View commit details
    Browse the repository at this point in the history
  3. PR #614 some minor clarifications

    soxofaan committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1e80314 View commit details
    Browse the repository at this point in the history
  4. PR #614 job thread: do micro-sleeps for quick exit

    and avoid infinite wait (by default)
    soxofaan committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    95a4ec7 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    d19be05 View commit details
    Browse the repository at this point in the history
  2. PR #614 drop initialize_job_db from scope of this PR

    db initialization API needs some more thought, which is for another PR
    soxofaan committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    219f972 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    062846c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a60e101 View commit details
    Browse the repository at this point in the history