Update git submodules

* Update mistral from branch 'master'
  - Merge "Make more JSON fields in execution objects lazy-loaded"
  - Make more JSON fields in execution objects lazy-loaded
    
    * Some fields of execution objects can be large and, what's even more
      important, their size is defined by user input. Making these fields
      lazy-loaded reduced the amount of data loaded from DB in those
      methods where ther are not needed. For example, "spec" field of the
      WorkflowExecution class is rarely needed because the corresponding
      specification Python object gets cached. It's proven to reduce
      the execution time in some cases by ~5-10%.
    * Fixed failing test
    
    Change-Id: Ica0ba2ffa312891483745d276d04c95985c7f4c2
This commit is contained in:
Zuul 2019-06-18 09:58:02 +00:00 committed by Gerrit Code Review
parent d998dd1a82
commit a1b92cbfcc
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 66cab33a9908f177fbb8e7bce00b2f730fd260d4
Subproject commit 74b2fffec299c2c96d94248296fd368843a77434