Commit 302873cf authored by Romain Courteaud's avatar Romain Courteaud Committed by Cédric Le Ninivin

[erp5_officejs_appstore_website] Run alarms every minute

Do not wait too long when pushing a new application.
parent 82357f64
......@@ -42,7 +42,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>
......
......@@ -37,11 +37,13 @@
<item>
<key> <string>periodicity_minute</string> </key>
<value>
<tuple>
<int>15</int>
</tuple>
<tuple/>
</value>
</item>
<item>
<key> <string>periodicity_minute_frequency</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>periodicity_month</string> </key>
<value>
......@@ -66,7 +68,7 @@
</tuple>
<state>
<tuple>
<float>1514764800.0</float>
<float>1546300800.0</float>
<string>GMT</string>
</tuple>
</state>
......
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