diff --git a/Background-Jobs.md b/Background-Jobs.md index e693b6d..f046267 100644 --- a/Background-Jobs.md +++ b/Background-Jobs.md @@ -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 ``` -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).