Skip to content

Commit

Permalink
[shopsys] added ability to schedule each cron for specific time same …
Browse files Browse the repository at this point in the history
…way as crons (#2922)
  • Loading branch information
TomasLudvik authored Nov 28, 2023
2 parents 8de6b92 + 1ebe168 commit a576599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:

Shopsys\ProductFeed\GoogleBundle\GoogleFeed:
tags:
- { name: shopsys.product_feed }
- { name: shopsys.product_feed, hours: '1', minutes: '0' }

Shopsys\ProductFeed\GoogleBundle\Form\GoogleProductCrudExtension:
tags:
Expand Down

0 comments on commit a576599

Please sign in to comment.