Skip to content

Commit a07936a

Browse files
authored
fix crontab (#402)
1 parent fa92a49 commit a07936a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Meta/Sales/etc/crontab.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</job>
88
<job name="facebook_automation_sync_refunds_and_cancellations"
99
instance="Meta\Sales\Cron\SyncRefundsAndCancellations" method="execute">
10-
<schedule>* * * * *</schedule>
10+
<schedule>0 * * * *</schedule>
1111
</job>
1212
</group>
1313
</config>

0 commit comments

Comments
 (0)