question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

scripts stuck on waiting (Docker)

See original GitHub issue

Hey 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:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

0reactions
dxiricommented, Nov 3, 2018

worked! thank you @Chris7 !

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found