Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 314 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 314 Bytes

nameko-reloader

Extension for Nameko, that implements the hot-reload feature, when detects changes in service file.

Usage

Start your services using nameko_reloader, and passing the --reload option:

nameko_reloader run service.service_a service.service_b --reload