Files
Yippee Song 1773b1a340 fix PluginDaemonInternalServerError: no available node, plugin runtime not found (#549)
* fix PluginDaemonInternalServerError: no available node, plugin runtime not found

Fix the bug where after a plugin is successfully upgraded, new requests result in the plugin daemon service responding with "no available node, plugin runtime not found".

The root cause is that when the plugin is upgraded successfully, the corresponding value in Redis is not updated. Consequently, when a new request arrives, it reads the outdated plugin version from Redis and fails to locate the correct runtime.

* raise error if failed
2025-12-22 18:40:57 +08:00
..