Skip to content

Commit

Permalink
Changed cron class UpdateMetadata to UpdateMetadataJob to align with …
Browse files Browse the repository at this point in the history
…it's class name. Should solve GH issue #228
  • Loading branch information
pini-girit authored and lgreenboim committed Apr 23, 2020
1 parent 648f209 commit 9252978
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion etc/crontab.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<job name="yotpo_yotpo_orders_sync" instance="Yotpo\Yotpo\Model\Jobs\OrdersSync" method="execute">
<schedule>* * * * *</schedule>
</job>
<job name="yotpo_yotpo_update_metadata" instance="Yotpo\Yotpo\Model\Jobs\UpdateMetadata" method="execute">
<job name="yotpo_yotpo_update_metadata" instance="Yotpo\Yotpo\Model\Jobs\UpdateMetadataJob" method="execute">
<schedule>30 2 * * *</schedule>
</job>
</group>
Expand Down

0 comments on commit 9252978

Please sign in to comment.