Open samokspv opened 9 years ago
Please describe your problem. Note: The crontab definition inside the yiic config DOES NOT create crontab processes. We just use a crontab style to tell the job command how often the jobs should be executed.
Please call yiic job from console and check with logging if your jobs are executed.
Thanks for answer!
Note: The crontab definition inside the yiic config DOES NOT create crontab processes. We just use a crontab style to tell the job command how often the jobs should be executed.
Yes, it is clear.
Fow example above i execute ./yiic job and all 2 jobs executed fine, but in ps list was one process instead of two, I expected that there will be two process or at least: 2nd job finished faster then 1st job, (asynchronous/parallel execution of jobs MyJobCommand and MyJob2Command).
config/console.php:
My Jobs:
$crontab -e:
One process in ps list instead of two: