Cytown
f1cb7cc8f5
fix gateway reload will cause pico stop working issue ( #2082 )
...
* fix gateway reload will cause pico stop working issue
* fix for review
2026-03-28 11:30:31 +08:00
Cytown
2a6ade0fe4
feat: add /reload to gateway api and command ( #1725 )
...
* feat: add /reload to gateway api and command
* prevent duplicate reload request in same time
2026-03-19 13:42:36 +08:00
Cytown
be4a33cc15
refactor gateway/helpers and add server.pid to health ( #1646 )
2026-03-17 09:35:52 +08:00
Petrichor
62bdece7f5
chore: resolve conflicts with upstream/main
2026-02-28 12:21:54 +08:00
Petrichor
222d1a3086
refactor(modernize): apply safe modernize fixes
2026-02-27 16:35:07 +08:00
Hoshina
65a09208c4
refactor(channels): consolidate HTTP servers into shared server managed by Manager
...
Merge 3 independent channel HTTP servers (LINE :18791, WeCom Bot :18793,
WeCom App :18792) and the health server (:18790) into a single shared
HTTP server on the Gateway address. Channels implement WebhookHandler
and/or HealthChecker interfaces to register their handlers on the shared
mux. Also change Gateway default host from 0.0.0.0 to 127.0.0.1 for
security.
2026-02-23 02:39:09 +08:00
fahadahmadansari111
341dbd3007
Add health check endpoints (/health and /ready) for container orchestration liveness and readiness probes. ( #104 )
...
* added health endpoint
* formatted files
---------
Co-authored-by: lxowalle <83055338+lxowalle@users.noreply.github.com >
2026-02-16 11:53:11 +08:00