1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-09-19 18:21:31 +02:00

Updated Background Jobs (markdown)

FreeScout 2018-08-03 08:29:32 +03:00
parent c6dc1054ba
commit 69adbd9e3c

@ -1,4 +1,4 @@
Queued jobs are processed by `schedule:run` cron task. This task runs `queue:work` daemon which processed queued jobs. You can view jobs status under `Manage » System » Jobs` (normally there should be zero jobs in the queue). Daemon also writes log to `/storage/logs/queue-jobs.log` file.
Queued jobs are processed by `schedule:run` cron task. This task runs `queue:work` daemon which processed queued jobs. You can view jobs status under `Manage » System » Jobs` (normally there should be zero jobs in the queue).
If jobs are not being processed:
@ -15,4 +15,6 @@ freescout 5535 0.0 0.1 284580 34116 ? S 02:01 0:00 php artisan qu
3) Clear application cache to kill all `queue:work` daemons and to remove all jobs mutexes:
```
php artisan cache:clear
```
```
4) Check daemon log: `/storage/logs/queue-jobs.log`