We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 688b695 + 3798e3f commit 263338fCopy full SHA for 263338f
etc/cron_groups.xml
@@ -0,0 +1,12 @@
1
+<?xml version="1.0"?>
2
+<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/cron_groups.xsd">
3
+ <group id="algolia">
4
+ <schedule_generate_every>15</schedule_generate_every>
5
+ <schedule_ahead_for>20</schedule_ahead_for>
6
+ <schedule_lifetime>15</schedule_lifetime>
7
+ <history_cleanup_every>10</history_cleanup_every>
8
+ <history_success_lifetime>60</history_success_lifetime>
9
+ <history_failure_lifetime>4320</history_failure_lifetime>
10
+ <use_separate_process>0</use_separate_process>
11
+ </group>
12
+</config>
0 commit comments