Comment 2 for bug 1803746

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to mistral (master)

Reviewed: https://review.openstack.org/619192
Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=87200f6aea54eb4f47146f6bebd502c8c8fe9dbc
Submitter: Zuul
Branch: master

commit 87200f6aea54eb4f47146f6bebd502c8c8fe9dbc
Author: Oleg Ovcharuk <email address hidden>
Date: Wed Nov 21 12:59:45 2018 +0300

    Sending TASK_FAILED event in case of MistralException

    If task was failed by unhandled exceptions, Mistral was not sending
    TASK_FAILED event, which could be critical for Mistral's clients, who
    use notifications mechanism to handle issues.

    Change-Id: I460686c2852e3eb642506049ad5c33705697ecd8
    Closes-Bug: #1803746
    Signed-off-by: Oleg Ovcharuk <email address hidden>