Have a look at this post to solve your issue.
Forge & Horizon: Process exited too quickly
Hi,
I have created a server using Laravel Forge and I am using Horizon. So I have added the daemon "php artisan horizon".
Sometimes, Horizon completely stops working. I have to remove the daemon and re-add it to make the queues working again. This is a big problem, as I rely on a lot of background processes.
The error the daemon shows is "Process exited too quickly". The only error I see in the laravel.log file is the following:
[2018-07-08 10:38:29] production.ERROR: ERR Error running script (call to f_9bd406a64e43e31f0dde2849660e8cd56f340b85): @user_script:2: @user_script: 2: -MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error. {"exception":"[object] (Predis\Response\ServerException(code: 0): ERR Error running script (call to f_9bd406a64e43e31f0dde2849660e8cd56f340b85): @user_script:2: @user_script: 2: -MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error. at /home/forge/*/vendor/predis/predis/src/Client.php:370)
However I don't know what this is and I can't find anything on it either. Laravel Forge support is not responding on my problem.
Does anyone have an idea how to solve this?
Thanks in advance,
Please or to participate in this conversation.