Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

EngMohammed40's avatar

Laravel queues after deployment

Hello guys, I am hosting my website on a VPS server. I have some questions regarding the queues.

  1. When I deploy the website should I restart the queue after each deployment?
  2. When I deploy the website goes down does this affect the queues?
0 likes
3 replies
Tray2's avatar

Yes, and yes.

You should always stop the queues before deploying, and start them again once deployed.

EngMohammed40's avatar

@Tray2 I am planning to use Laravel Forge with Envoyer Does I need to do any configuarions for queues?

Please or to participate in this conversation.