Hi - thanks for getting back to me so quickly.
The evidence is that there are no jobs being scheduled.
My queue instance logs sit at INFO Processing jobs from the [default] queue. unless I manually use fly ssh console -s to SSH into the cron instance, go to /var/www/html and run php artisan schedule:run manually. Then jobs get scheduled and processed, as shown by the queue instance’s logs.
My env var is set properly to database which is what I use for my jobs.
I read over the “Cron and Queues” Fly Docs but I don’t see anything that I missed.