Welcome Guest, Not a member yet? Register   Sign In
Codeigniter Tasks do not work with cronjob
#2

(07-11-2024, 06:25 PM)heruii Wrote: Hi, I have a question.
Firstly, this package work fine if we run manually from terminal. but when i implement it in cron its like php spark bla:bla do nothing. I can not reproduce any errors in cron.
my command in cron: * * * * * cd /Applications/MAMP/htdocs/projects/cosmos && touch taskstarting.php && php spark tasks:run && touch taskstopping.php >> /dev/null 2>&1
I can see taskstarting.php inside my project. but, I can not see taskstopping.php inside my project that indicated php spark do nothing in cron.
Let me know how to achieve this, Thanks in advance.

I presume
Code:
php spark tasks:run 
  works outside of cron.
Reply


Messages In This Thread
RE: Codeigniter Tasks do not work with cronjob - by heriniaina - 08-28-2024, 01:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB