From e1a9f613363e97f3cad9fd4a98a3b7ea5f640c2f Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Sun, 29 Aug 2021 19:34:31 +0200 Subject: [PATCH] add new cronjobs --- conf/cron | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/cron b/conf/cron index 8100d34..f7121f5 100644 --- a/conf/cron +++ b/conf/cron @@ -1 +1,2 @@ -* * * * * __APP__ /usr/bin/php__PHPVERSION__ __FINALPATH__/artisan schedule:run >> /dev/null 2>&1 +* * * * * __APP__ cd __FINALPATH__ && /usr/bin/php__PHPVERSION__ -d register_argc_argv=On artisan schedule:run >> /dev/null 2>&1 +* * * * * __APP__ cd __FINALPATH__ && /usr/bin/php__PHPVERSION__ -d register_argc_argv=On artisan queue:work --stop-when-empty >> /dev/null 2>&1