mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-09 20:32:31 +01:00
Updated Background Jobs (markdown)
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).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user