Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

laravel-horizon INFO gave up: entered FATAL state, too many start retries too quickly #3382

Closed
theia-kevin opened this issue Apr 29, 2023 · 0 comments

Comments

@theia-kevin
Copy link

theia-kevin commented Apr 29, 2023

Followed: https://laradock.io/documentation/#install-supervisor

laravel-horizon/supervisor.d/infomate.conf config:

[program:infomate]
process_name=%(program_name)s_%(process_num)02d
user=laradock
command=php /var/www/infomate/artisan horizon
autostart=true
autorestart=true
redirect_stderr=true
stdout_logfile=/var/www/infomate/storage/logs/horizon.log

error log:

2023-04-29 17:59:02 2023-04-29 05:59:02,892 CRIT Supervisor is running as root.  Privileges were not dropped because no user is specified in the config file.  If you intend to run as root, you can set user=root in the config file to avoid this message.
2023-04-29 17:59:02 2023-04-29 05:59:02,892 INFO Included extra file "/etc/supervisord.d/infomate.conf" during parsing
2023-04-29 17:59:02 2023-04-29 05:59:02,895 INFO RPC interface 'supervisor' initialized
2023-04-29 17:59:02 2023-04-29 05:59:02,895 CRIT Server 'inet_http_server' running without any HTTP authentication checking
2023-04-29 17:59:02 2023-04-29 05:59:02,895 INFO supervisord started with pid 1
2023-04-29 17:59:03 2023-04-29 05:59:03,897 INFO spawned: 'infomate_00' with pid 7
2023-04-29 17:59:04 2023-04-29 05:59:04,030 INFO exited: infomate_00 (exit status 1; not expected)
2023-04-29 17:59:05 2023-04-29 05:59:05,032 INFO spawned: 'infomate_00' with pid 8
2023-04-29 17:59:05 2023-04-29 05:59:05,164 INFO exited: infomate_00 (exit status 1; not expected)
2023-04-29 17:59:07 2023-04-29 05:59:07,167 INFO spawned: 'infomate_00' with pid 9
2023-04-29 17:59:07 2023-04-29 05:59:07,306 INFO exited: infomate_00 (exit status 1; not expected)
2023-04-29 17:59:10 2023-04-29 05:59:10,310 INFO spawned: 'infomate_00' with pid 10
2023-04-29 17:59:10 2023-04-29 05:59:10,442 INFO exited: infomate_00 (exit status 1; not expected)
2023-04-29 17:59:11 2023-04-29 05:59:11,443 INFO gave up: infomate_00 entered FATAL state, too many start retries too quickly

I'm sure the files and directories do exist, is this a bug or am I missing a step?

@theia-kevin theia-kevin changed the title laravel-horizon Error: The directory named as part of the path laravel-horizon INFO gave up: entered FATAL state, too many start retries too quickly Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants