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

Updated Background Jobs (markdown)

FreeScout 2023-03-09 09:47:07 +03:00
parent 6a2a62fcc0
commit 2314d2b819

@ -15,7 +15,7 @@ If there are more than 2 processes running, clear application cache (see #3) or
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 `queue:work` 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).
**3)** Clear application cache to kill all `queue:work` daemons and to remove all jobs mutexes:
```