scripts stuck on waiting (Docker)
See original GitHub issueHey there i’m using wooey on a linux server and build it with docker by docker-compose. My scripts always stay on the waiting status and there is no output to the console. I saw the issues #48 #107 and #218 with the same problem, and tried starting the celery worker with
python manage.py celery worker -c 1 --beat -l info
but it seems like celery isn’t even installed, because i get
Unknown command: 'celery'
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Why is my Docker-Compose getting stuck after initializing my ...
I have written a script that creates the base images for the DB and weblogic server and then proceeds to use the docker-compose...
Read more >Docker convenience script stuck after "Scanning linux images"
Just waiting a bit did not seem to help. So I killed the process after a while. And Docker is running just fine,...
Read more >The Reason Why You Need to Wait When Stopping Your ...
If you need to wait for your containers to be “stopped gracefully”, chances are that docker-compose isn't at fault. Rather, it's because of...
Read more >Waiting for containers to start or be ready - Testcontainers
Startup strategy: did a container reach the desired running state. Almost always this just means 'wait until the container is running' - for...
Read more >9 Common Dockerfile Mistakes - Runnablog
The reason why this is bad is because a line with only apt-get update will get cached by the build and won't actually...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

See this: https://wooey.readthedocs.io/en/latest/running_wooey.html#through-two-separate-processes
worked! thank you @Chris7 !