1

I have two python3 script, one which is a REST API and another one which can add resources to the first one. Right now, they are working with upstart to make sure that they are always running smoothly. I would like to restart/reload one of them from the other and I'm not sure how without using subprocess popen to restart the second one. Is there a better pythonic way to do it ? The upstart pip package seems to be out-of-date. Thank you

macdrai
  • 586
  • 5
  • 6

0 Answers0