Monitor jobs being queued and processed by the system.
A dashboard is shown which shows an overview of the jobs, as well as details of recent/failed jobs. This dashboard can be used to monitor the processing of your queues and ensure everything is running smoothly.
If you are using a Docker deployment from 3.6.2 or before and upgrading to 3.7.0+, you will need to manually update your configuration so the queues container is created and jobs are processed, follow these steps:
helpdesk-install repository and pull the latest changes from our Git repository.
git pull
templates/docker-compose/ directory.
cd templates/docker-compose
.dist files to your .yml files.
cp docker-compose.yml.dist docker-compose.yml
cp docker-compose.prod.yml.dist docker-compose.prod.yml
.env to include the message queue service name at the end of the file.
MQ_SERVICE_NAME=supportpro_mq
make restart
Article Number: 33
Author: May 17, 2024
Last Updated: Jul 26, 2024
Online URL: https://docs.supportpro.vn/article/background-jobs-33.html