Running CronJobs In Production
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 12
- Joined: 15 Feb 2021, 22:23
Running CronJobs In Production
Laravel Version: ^6.20.12"
PHP Version 7.2
Mac OS
Aimeos Verison 2020
Host Hostinger
Is it possible to run cronjobs from a php file instead of running the script ? I
PHP Version 7.2
Mac OS
Aimeos Verison 2020
Host Hostinger
Is it possible to run cronjobs from a php file instead of running the script ? I
Re: Running CronJobs In Production
The jobs command is implemented here:
https://github.com/aimeos/aimeos-larave ... ommand.php
You can call the command in Laravel like described here:
https://laracasts.com/discuss/channels/ ... controller
But it's not recommended at all because usually, the scripts will be killed after 30sec regardless of the work is done or not.
https://github.com/aimeos/aimeos-larave ... ommand.php
You can call the command in Laravel like described here:
https://laracasts.com/discuss/channels/ ... controller
But it's not recommended at all because usually, the scripts will be killed after 30sec regardless of the work is done or not.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
