File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,8 @@ If your Schedules are stuck on `Processing` or don't execute the tasks check the
124124* Is your Schedule set to run ` ONLY WHEN SERVER IS ONLINE ` and the server is currently offline?
125125* Is your queue worker service running? (` systemctl status pelican-queue ` )
126126* Is your queue worker service using the correct PHP version? (` php -v ` )
127- * Is your cronjob setup correctly? (` crontab -l -u www-data ` should show an entry that runs ` php artisan schedule:run ` every minute)
127+ * Is your cronjob setup correctly? ` crontab -l -u www-data ` (where ` www-data ` is your webserver user) should show the following entry:
128+ ` * * * * * php /var/www/pelican/artisan schedule:run >> /dev/null 2>&1 `
128129
129130If your queue worker service is not running you can also check the panel logs for errors.
130131
You can’t perform that action at this time.
0 commit comments