https://github.com/instruct-br/nameko-reloader
https://github.com/instruct-br/nameko-reloader
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/instruct-br/nameko-reloader
- Owner: instruct-br
- License: mit
- Created: 2020-12-23T11:59:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T18:33:36.000Z (almost 3 years ago)
- Last Synced: 2025-10-08T21:11:44.583Z (8 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 7
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nameko-reloader
Extension for [Nameko](https://www.nameko.io/), that implements the _hot-reload_ feature, when detects changes in service file.
## Usage
Start your services using `nameko_reloader`, and passing the `--reload` option:
```sh
nameko_reloader run service.service_a service.service_b --reload
```