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

implement status signaling #120

Merged
merged 2 commits into from
Apr 28, 2021

Commits on Apr 26, 2021

  1. implement status signaling

    This change set adds the ability for karton instances to signal to downstream
    consumers about the beginning and ending of task execution. Signaling is
    performed by sending corresponding "status" tasks.
    
    Task signaling is enabled using the following entry in the karton
    configuration file:
    ```
    [signaling]
    status = 1
    ```
    
    Task signaling is disabled by default.
    conitrade-as committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    fc77364 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. feedback from pull-request

    * use `ConfigParser.getboolean`
    * rename signaling status task identifiers
    conitrade-as committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    8efa746 View commit details
    Browse the repository at this point in the history