Symfony-Bundle
Symfony-Bundle copied to clipboard
Cron job will not execute with another schedule
With this 30 6 * * 1-5 schedule the cron job will not execute. As test I set it on my current time, for example 39 13 * * 1-5 and it works.
Another example is the this schedule * * * * * works, but not */5 * * * * or */2 * * * * Whats here the problem?
In dev environment with small processes it works well. But on prod environment with big processes, only schedules like * * * * * are working.
@legalvisio Are you able to manipulate a test to stage such an issue?
No not really. The cron jobs with schedule interval */5 * * * * is working now. I think some commands had a problem, and all other cron jobs with schedule interval were not execute. With this schedule 30 11,16 * * * 0 8,15,17 * * * 0 6 * * * I have still problem to call. When I start this command manually like bin/console cron:run JOB_NAME it's not listet in DB table cron_report.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.