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 2022-12-13 13:09:51 +03:00
parent 317e36890d
commit 7c9c8607f7

@ -10,7 +10,10 @@ 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 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, clear application cache (see #3) If there are more than 2 processes running, clear application cache (see #3) or kill them manually:
```
kill -KILL 5534 5535
```
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). 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).