mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-09 20:32:31 +01:00
Updated Background Jobs (markdown)
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:
|
||||
|
||||
@ -16,3 +16,5 @@ freescout 5535 0.0 0.1 284580 34116 ? S 02:01 0:00 php artisan qu
|
||||
```
|
||||
php artisan cache:clear
|
||||
```
|
||||
|
||||
4) Check daemon log: `/storage/logs/queue-jobs.log`
|
Loading…
Reference in New Issue
Block a user