heat/heat
Thomas Herve 4a500125b3 Sleep between check_resource calls
Instead of calling check_resource on all leaves in the resource graph at
once, sleep a little bit between each call. As it's a tad slower,
delegate it to a thread so that the stack_create RPC message doesn't
timeout when you have lots of resources.

Change-Id: I84d2b34d65b3ce7d8d858de106dac531aff509b7
Partial-Bug: #1566845
2017-03-13 15:28:20 +00:00
..
api Fix missing spaces in strings 2017-03-03 03:48:14 +00:00
cloudinit Validate that python3 is ready for loguserdata 2016-08-26 11:49:30 +00:00
cmd Add heat-manage subcommand to migrate legacy prop. data 2017-01-31 13:45:52 -08:00
common Merge "Fix missing spaces in strings" 2017-03-03 13:05:28 +00:00
db Merge "Don't eager load raw_template in a few places" 2017-03-02 17:35:39 +00:00
engine Sleep between check_resource calls 2017-03-13 15:28:20 +00:00
hacking Restrict use of iteritems, iterkeys and itervalues 2016-03-23 10:05:54 +00:00
httpd Moved CORS middleware configuration into oslo-config-generator 2016-03-14 08:19:29 -07:00
locale Imported Translations from Zanata 2016-10-28 08:12:36 +00:00
objects Merge "Remove unused event_get methods" 2017-03-02 13:28:37 +00:00
rpc Merge "Improved the descriptions of funtion parameters." 2017-02-20 00:45:20 +00:00
scaling Improve resource.NoActionRequired 2017-01-25 00:17:00 +00:00
tests Sleep between check_resource calls 2017-03-13 15:28:20 +00:00
__init__.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
version.py