Report this

What is the reason for this report?

Laravel on App Platform Worker issue running queue and scheduler

Posted on December 14, 2020

I have created an app platform worker, I am trying to run both Queue and Jobs at start but it seems like none of them are actually running. I have the following run commands:

heroku-php-apache2 public/ && while true; do echo “=> Running scheduler” php artisan schedule:run || true; echo “=> Sleeping for 60 seconds” sleep 60; done && php artisan queue:work

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.