Skip to content

Commit

Permalink
Merge pull request #85 from Boy132/fix/schedule-troubleshooting
Browse files Browse the repository at this point in the history
Fix schedule troubleshooting
  • Loading branch information
notAreYouScared authored Nov 12, 2024
2 parents 3d00d41 + cb1c2ec commit 70bd420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 70bd420

Please sign in to comment.