You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.
I tried to install supervisord but could never make it work.
always exiting right after launch:
2020-07-06 15:57:56,453 INFO supervisord started with pid 27437
2020-07-06 15:57:57,457 INFO spawned: 'tasks' with pid 27438
2020-07-06 15:57:58,325 INFO success: tasks entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2020-07-06 15:57:58,405 INFO exited: tasks (exit status 1; not expected)
here is my config:
[program:tasks]
directory=/home/apptitude/my_docker_folder/
command=sudo /usr/local/bin/docker-compose exec web python manage.py process_tasks
startsecs=0
autorestart=false
user=root
Any help welcome... so annoying to relaunch manually after each new docker-compose relaunch of my django server.
thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried to install supervisord but could never make it work.
always exiting right after launch:
2020-07-06 15:57:56,453 INFO supervisord started with pid 27437
2020-07-06 15:57:57,457 INFO spawned: 'tasks' with pid 27438
2020-07-06 15:57:58,325 INFO success: tasks entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2020-07-06 15:57:58,405 INFO exited: tasks (exit status 1; not expected)
here is my config:
[program:tasks]
directory=/home/apptitude/my_docker_folder/
command=sudo /usr/local/bin/docker-compose exec web python manage.py process_tasks
startsecs=0
autorestart=false
user=root
Any help welcome... so annoying to relaunch manually after each new docker-compose relaunch of my django server.
thanks
The text was updated successfully, but these errors were encountered: