Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coleifer/huey
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.2
Choose a base ref
...
head repository: coleifer/huey
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.3
Choose a head ref
  • 7 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 25, 2019

  1. Change semantics of the SIGNAL_COMPLETE to run after result is stored.

    Previously the SIGNAL_COMPLETE would be sent before the result had
    actually been placed in the result store. The docs indicate that the
    signal is emitted when a task completes successfully, and completion
    should imply that the result is ready.
    
    Fixes #449
    coleifer committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    e9f6225 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab98ba6 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. Refactor signal handling for child processes. Ensure TERM handled.

    Previously, when using worker processes, a worker that was busy
    executing a task would not terminate immediately even when SIGTERM was
    used. This meant that, in-effect, all shutdowns had to be graceful. This
    issue is now resolved. When SIGTERM is sent, any workers executing a
    task will be stopped (as originally intended). Graceful shutdown
    continues to function as it always has.
    
    Fixes #452
    coleifer committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    b7b98a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. Use classes for specific Huey implementations.

    This makes it a lot easier/obvious to subclass the desired
    implementation and extend just what you want.
    coleifer committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    6b76adb View commit details
    Browse the repository at this point in the history
  2. Cleanup huey_storage.db.

    coleifer committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    811e1d8 View commit details
    Browse the repository at this point in the history
  3. Whoops.

    coleifer committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    2379de8 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. 2.1.3

    coleifer committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    7c87d60 View commit details
    Browse the repository at this point in the history
Loading