1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-12 22:02:45 +01:00

Updated Background Jobs (markdown)

FreeScout 2018-10-22 08:40:32 +03:00
parent 46122976d4
commit 96eb5e9c2e

@ -10,7 +10,7 @@ freescout 5534 0.0 0.0 9540 2292 ? S 02:01 0:00 sh -c php 'art
freescout 5535 0.0 0.1 284580 34116 ? S 02:01 0:00 php artisan queue:work --queue=emails --tries=7 --sleep=3
```
If there are more than 2 processes running, kill them all with `kill 5534` (where 5534 is process PID)
If there are more than 2 processes running, clear application cache (see #3)
2) If daemon is not running , make sure that you have `schedule:run` cron task [configured](https://github.com/freescout-helpdesk/freescout/wiki/Installation-Guide#10-configuring-cron-jobs).