Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • This should works fine <schedule>* * * * *</schedule> Commented Feb 22, 2017 at 6:09
  • In fact <schedule>* * * * *</schedule> runs my task every 15 min :( Commented Feb 22, 2017 at 6:33
  • Something is wrong on ur server. It should work globally as 1 minute. Commented Feb 22, 2017 at 6:38
  • Yes, it is :( System cron (linux) starts every minute and launches Magento 2 cron every minute but Magento cron launches my own task just once in 15 min for <schedule>* * * * *</schedule> Probably, there are some Magento 2 configuration settings that prevent launch tasks more, then once in 15 min? Commented Feb 22, 2017 at 6:43
  • Check in cron_schedule table Commented Feb 22, 2017 at 6:47