Level 14
I think I'm late to the party here for you but it may help others, so I just post it anyway...
You will need to make sure that you restart your queues with every deployment. You can do that by adding php artisan queue:restart to your deployment script.
Resource: https://medium.com/@taylorotwell/properly-deploying-queues-on-forge-5abe1eac6d1c
2 likes