Commit 9e091713 authored by Łukasz Nowak's avatar Łukasz Nowak Committed by Alain Takoudjou

Run alarm really often.

This is a combination of 4 commits.
Reduce alarm periodicity

Conflicts:
	bt5/erp5_open_trade/bt/revision

Update only few times during the night.

Conflicts:
	bt5/erp5_open_trade/bt/revision

Drop not needed per minute periodicity.

Conflicts:
	bt5/erp5_open_trade/bt/revision

Run alarm really often.

Conflicts:
	bt5/erp5_open_trade/bt/revision
parent 9e31417b
......@@ -24,6 +24,12 @@
<key> <string>id</string> </key>
<value> <string>update_open_order_simulation</string> </value>
</item>
<item>
<key> <string>periodicity_day_frequency</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>periodicity_hour</string> </key>
<value>
......@@ -38,7 +44,7 @@
</item>
<item>
<key> <string>periodicity_minute_frequency</string> </key>
<value> <int>5</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>periodicity_month</string> </key>
......
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