You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have to run those commands manually after a container restart to make schedules work.
crond -b
php /var/www/html/artisan queue:work --queue=high,standard,low --sleep=3 --tries=3
The text was updated successfully, but these errors were encountered:
you need to create another container for them to run (or just continue using exec), you can use p:cron and p:worker as the startup command. I stopped running them in the main container due to how unstable those processes were in earlier releases of pterodactyl (pre-1.0.0).
i have to run those commands manually after a container restart to make schedules work.
crond -b
php /var/www/html/artisan queue:work --queue=high,standard,low --sleep=3 --tries=3
The text was updated successfully, but these errors were encountered: