Extension for Nameko, that implements the hot-reload feature, when detects changes in service file.
Start your services using nameko_reloader
, and passing the --reload
option:
nameko_reloader run service.service_a service.service_b --reload
Extension for Nameko, that implements the hot-reload feature, when detects changes in service file.
Start your services using nameko_reloader
, and passing the --reload
option:
nameko_reloader run service.service_a service.service_b --reload