We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f6f87 commit c77efb2Copy full SHA for c77efb2
administration/hot-reload.md
@@ -44,6 +44,22 @@ Hot reloading also can be kicked via `SIGHUP`.
44
45
`SIGHUP` signal is not supported on Windows. So, users can't enable this feature on Windows.
46
47
+## How to confirm reloaded or not
48
+
49
+### via HTTP
50
51
+The number of hot reloaded count can be obtained via the HTTP endpoint that is:
52
53
+* `GET /api/v2/reload`
54
55
+The endpoint returns the count of hot-reloaded as follows:
56
57
+```json
58
+{"hot_reload_count":3}
59
+```
60
61
+The default value of that number is 0.
62
63
## Limitations
64
65
The hot reloading feature is currently working on Linux, macOS and Windows.
0 commit comments