Commit 21a59579 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_officejs_appstore_website] Run alarms every minute

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