Skip to content

Commit

Permalink
Merge pull request #2 from itris/patch-1
Browse files Browse the repository at this point in the history
Update crontab.xml
  • Loading branch information
giacmir authored Sep 1, 2022
2 parents 38911cb + b10e579 commit 3826191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/crontab.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

<group id="default">
<job name="msp_notifier_queue_send" instance="MSP\NotifierQueue\Model\SendQueueInterface" method="execute">
<schedule>* * * * */5</schedule>
<schedule>*/5 * * * *</schedule>
</job>

<job name="msp_notifier_queue_clean" instance="MSP\NotifierQueue\Model\CleanQueueInterface" method="execute">
<schedule>0 0 * * *</schedule>
</job>
</group>
</config>
</config>

0 comments on commit 3826191

Please sign in to comment.