feat: add a heartbeat worker to check Coco server availability (#988)

* feat: add a heartbeat worker to check Coco server availability

* relase notes
This commit is contained in:
SteveLauC
2025-11-25 10:20:33 +08:00
committed by GitHub
parent f83b1ba2a7
commit d8a1b9b9c6
5 changed files with 127 additions and 5 deletions

View File

@@ -13,6 +13,8 @@ Information about release notes of Coco App is provided here.
### 🚀 Features
- feat: add a heartbeat worker to check Coco server availability #988
### 🐛 Bug fix
- fix: search_extension should not panic when ext is not found #983