Commit 97c92467 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use SQLQueue so that each (local) build call is respected.

parent bd3da719
...@@ -70,13 +70,14 @@ activate_kw = { \n ...@@ -70,13 +70,14 @@ activate_kw = { \n
\'priority\':priority,\n \'priority\':priority,\n
}\n }\n
delivery.activate(\n delivery.activate(\n
activity=\'SQLQueue\',\n
after_path_and_method_id=path_and_method_id,\n after_path_and_method_id=path_and_method_id,\n
after_tag=after_tag,\n after_tag=after_tag,\n
tag=tag,\n tag=tag,\n
priority=priority,\n priority=priority,\n
serialization_tag=tag,\n serialization_tag=tag,\n
).Delivery_updateAppliedRule(activate_kw=activate_kw)\n ).Delivery_updateAppliedRule(activate_kw=activate_kw)\n
delivery.activate(after_tag=(tag, expand_tag)).Delivery_buildOnComposedDocument()\n delivery.activate(activity=\'SQLQueue\', after_tag=(tag, expand_tag)).Delivery_buildOnComposedDocument()\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
168 169
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment