At some point tasks stopped running on my copy of DevShop.

When I queue them up they say they're running for hours. I have the settings set up as the screenshots attached.

What are some troubleshooting steps I can take to get my tasks running again?

If we create some useful advice here for getting tasks running again, I will add them to a new section titled troubleshooting in the official docs, if the documentation updates are approved.

CommentFileSizeAuthor
queue-daemon.png39.68 KBjamesdixon
deploy-queue.png31.56 KBjamesdixon

Comments

jamesdixon created an issue. See original summary.

jon pugh’s picture

It's rare, but it happens. If you have to restart your queue runner, just restart supervisor:

$ sudo supervisor stop
$ sudo supervisor start

Would love to see another pull request for this page!

Want to take the reigns in documentation?

Thanks!
Jon

jamesdixon’s picture

Thanks Jon! Yes I'll add a troubleshooting section and start a pull request when it's ready.

jamesdixon’s picture

Ah shoot it may be because I'm on an older version but I'm getting:

sudo supervisor stop
sudo: supervisor: command not found

Maybe I'll try upgrading first then running this.

jon pugh’s picture

aww jeez, no
It's my fault!

sudo service supervisor stop
sudo service supervisor start

Sorry!

jamesdixon’s picture

Status: Active » Needs review

That did the trick thanks! I created a troubleshooting area in the docs including instructions on how to solve this issue.

https://github.com/opendevshop/devshop/pull/24

jamesdixon’s picture

Status: Needs review » Closed (fixed)
zietbukuel’s picture

Sadly, this has no effect on my end. I have tried restarting this service countless times now...