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
\'priority\':priority,\n
}\n
delivery.activate(\n
activity=\'SQLQueue\',\n
after_path_and_method_id=path_and_method_id,\n
after_tag=after_tag,\n
tag=tag,\n
priority=priority,\n
serialization_tag=tag,\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>
</item>
<item>
......
168
\ No newline at end of file
169
\ 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