Closed
Description
Hi guys,
Recently we upgraded magento with 2.2.0 version and faced with a strange issue for generating cron jobs.
Preconditions
- Magento 2.2.0 / 2.2.1
- Ubuntu 16.04 lts
- PHP 7.0.22
- mysql Ver 14.14 Distrib 5.7.20
- apache
Steps to reproduce
- I was only observing cron_schedule table about one hour.
Expected result
- cron_schedule shouldn't contain repeated jobs in the same time
Actual result
But actually it contains wrong job's schedule, therefore some jobs will be run more often.
or
More serious problems can occurs due to repeated cron jobs. E.g we have import job which should be run each 15minutes, but sometimes it's run twice a minute. Therefore reindex process is working all time and we have a lot of deadlock issues.
Thanks,
Alena Tsareva