python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Error message "Crit uncaptured python exception" while running supervisord on docker
I'm trying out supervisord on a docker container to try to control two processes inside a container. For now, process1 types every 10 seconds "I am process 1" and process 2 types "I am ...
Luna
Votes: 0
Answers: 1
Error: [Errno 99] Cannot assign requested address: file: /usr/lib/python2.7/socket.py line: 575
I'm trying to implement Laravel supervisor schedule job via docker. But receiving the following error message when I try to access supervisor on terminal
error: <class 'socket.error'>, [Errno 9...
Satheez
Votes: 0
Answers: 0
Laravel - Running Horizon in Google Cloud Run (via Docker)
I'm trying to set up laravel horizon to run on my google cloud (run) containers. I have gotten installed successfully, however when I navigate to the dashboard, it always indicates to be inactive. Job...
ilovecookies
Votes: 0
Answers: 2
supervisorctl status report error: <class 'OSError'>, [Errno 99] Cannot assign requested address: file: /usr/lib/python3.8/socket.py line: 797
In a docker container, I started the supervisor process, and then when I check the status of the supervisor, I get this error:
root@6195a16dafd3:/etc/supervisor/conf.d# supervisord -c /etc/supervisor/...
Andrew8460958
Votes: 0
Answers: 0