문제

I created a custom cron job and tested on local server, where it needs to run

bin/magento cron:run

two times simultaneously and then that custom job is created and scheduled.

why is it like that ?

도움이 되었습니까?

해결책

Because its made to work like this.

It's from Magento documentation

"You must run cron twice: the first time to discover tasks to run and the second time — to run the tasks themselves. The second cron run must occur on or after the scheduled_at time for every task"

https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-cron.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top