Page MenuHomePhabricator

My tool is not getting restarted after tools server breakages
Closed, ResolvedPublic

Description

From investigating log of tools I own, I noticed one of my tool, "linkstranslator"'s webservice is not getting autorestarts like the others. I am not sure what I can do for it so it could simply act like the other tools.

I asked on Cloud-Services if is possible to delete it so I could recreate the tool as a workaround of getting rid of may hidden configuration causes the tool unable to restart but they said filing a bug would be better idea.

Event Timeline

Ebrahim raised the priority of this task from to Needs Triage.
Ebrahim updated the task description. (Show Details)
Ebrahim added a project: Toolforge.
Ebrahim subscribed.
Restricted Application added subscribers: StudiesWorld, Aklapper. · View Herald Transcript
Ebrahim set Security to None.
Ebrahim removed a subscriber: zhuyifei1999.

Running webservice stop webservice start regenerated the service.manifest file in /data/project/linkstranslator. I'm not sure why that file was missing -- did you use a different way to start the webservice, or did you maybe delete the file by accident?

Yes. Actually I was using a node.js solution before and then converted this to a simple PHP code. So is it going to be okay from now on? That would be very nice :) but still if deleting and then recreating the tool would help more I have no issue on it as the code is easy to setup and if you don't believe so, it is OK this to be closed. Thank you.

valhallasw claimed this task.

As long as there is a service.manifest, everything should be OK :-)

Thank you :) Actually I was using webservice restart and that probably can explain why I didn't have the file, probably webservice script worth to be fixed in a way that restart would do the same exact thing start is doing.