From cb1c2ecfd5010350120264fdd264a210b2081207 Mon Sep 17 00:00:00 2001 From: Boy132 Date: Fri, 8 Nov 2024 20:30:40 +0100 Subject: [PATCH] fix schedule troubleshooting --- docs/troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.mdx b/docs/troubleshooting.mdx index 73bbc24..faf60e9 100644 --- a/docs/troubleshooting.mdx +++ b/docs/troubleshooting.mdx @@ -122,7 +122,7 @@ If your Schedules are stuck on `Processing` or don't execute the tasks check the * Is your Schedule set to run `ONLY WHEN SERVER IS ONLINE` and the server is currently offline? * Is your queue worker service running? (`systemctl status pelican-queue`) * Is your queue worker service using the correct PHP version? (`php -v`) -* Is your cronjob setup correctly? (`crontab -l -u www-data` should show an entry that runs `php artisan queue:work` every minute) +* Is your cronjob setup correctly? (`crontab -l -u www-data` should show an entry that runs `php artisan schedule:run` every minute) If your queue worker service is not running you can also check the panel logs for errors.