Created
June 23, 2024 23:30
-
-
Save jpalala/408bcc4c801bf9ab87f016a9f3459e01 to your computer and use it in GitHub Desktop.
starting a artisan cron scheduler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```sh | |
# Your cron | |
* * * * * root /usr/bin/php /var/app/current/artisan schedule:run >> /dev/null 2>&1 | logger | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment