Step 1: Access Your Laravel Application Dashboard
Log in to your hosting platform. Navigate to the ‘Laravel’ section in the dashboard. Select your ‘Application’ from the list of deployed Laravel applications.[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.
Step 2: Add a Queue Worker For Laravel Applications
In the Laravel application dashboard, locate and click on ‘Laravel Queue’. Click the ‘Add Queue Worker’ button.A popup form will appear with the following configuration fields:
- Connection: Specify the queue connection (e.g., database, redis).
- Queue: Define the queue name(s) to process (e.g., default or a custom queue).
- Maximum Seconds Per Job: Set the maximum time (in seconds) a job can run before timing out.
- Maximum Memory: Set the memory limit (in MB) for the queue worker process.
- Number of Processes: Specify the number of worker processes to run concurrently.
[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.
Step 3: Manage the Queue Worker
The process will then be added to your supervisor list and managed automatically by the Supervisor. Here, you will get more options: ‘Edit’, ‘Restart’ to manage your process. Also, you can click on the ‘Delete’ button to stop and delete the process.[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.If you want to monitor your queues visually? Check out our Laravel Horizon setup guide for step-by-step instructions on installing and configuring Horizon to manage and monitor your queues in real time.
