Troubleshooting Queue errors
If problems are encountered:
- enable the queue log and then inspect its contents
- check the queue_master.php scheduled task is present and its next run date is in the future
Enabling logging
Logs are disabled by default to minimise the load on production servers and must be enabled when investigating an issue.
To enable logging:
- Log into your server, either by SSH or RDP depending on your environment.
- Open
config/logs.xml
in a file editor - Change the
enable
attribute value totrue
for thequeue
log entry - Save the changes and clear the application cache.