Comment 1 for bug 1541786

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

Reviewed: https://review.openstack.org/275372
Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=65a84b469a349aa313c22eac27ecb8668a795623
Submitter: Jenkins
Branch: master

commit 65a84b469a349aa313c22eac27ecb8668a795623
Author: Thomas Herve <email address hidden>
Date: Tue Feb 2 18:31:37 2016 +0100

    Reduce spec parsing in workflow lifecycle

    During workflow creation and execution, its specification is parsed
    multiple times uselessly. This reduces the load by simply passing around
    the specification when it's available.

    Change-Id: I5babdbf8e9bc0cf7f69cf724bc7f6b0b270d1667
    Closes-Bug: #1541786