Skip to content

Commit 63c2a74

Browse files
author
Marcel Hauri
committed
fix cron schedule for chatconnector_process_queued
1 parent f0e4027 commit 63c2a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/crontab.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/crontab.xsd">
1111
<group id="default">
1212
<job name="chatconnector_process_queued" instance="Staempfli\ChatConnector\Cron\ProcessQueuedMessages" method="execute">
13-
<schedule>* * * * *</schedule>
13+
<schedule>*/1 * * * *</schedule>
1414
</job>
1515
<job name="chatconnector_remove_processed" instance="Staempfli\ChatConnector\Cron\RemoveProcessedMessages" method="execute">
1616
<schedule>*/5 * * * *</schedule>

0 commit comments

Comments
 (0)