Closed
Description
This issue is automatically created based on existing pull request: #28930: Support cron expressions like 3/10 * * * *
and handle hyphen expres…
Preconditions (*)
Cron expressions like 3/10 * * * *
are now not scheduled. They should be scheduled at every 10 minutes, starting at 3 minutes past the hour.
Fixed Issues (if relevant)
Steps to reproduce: (*)
- Plan a cron job with the expression
3/10 * * * *
- Run
bin/magento cron:run
- See how it does not get scheduled
Actual Result: ✖️ cron task with expression 3/10 * * * *
was not scheduled
Expected Result: ✔️ They should be scheduled at every 10 minutes, starting at 3 minutes past the hour.
after applying the PR, it will get scheduled.
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- All automated tests passed successfully (all builds on Travis CI are green)
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentMay be fixed according to the position in the backlog.The issue has been reproduced on latest 2.4-develop branchAffects non-critical data or functionality and does not force users to employ a workaround.Has been reviewed and prioritized during Triage with Product Managers