-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: CronFixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passed
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
Metadata
Metadata
Assignees
Labels
Component: CronFixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passed