Trying to use watchdog/watchmedo on a Python/gRPC service: changes detected, code doesn’t refresh
I’m building a gRPC Python app and tried to use watchdog
with the watchmedo
extension to listen for code changes and reload, like it is described in this question.