mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-23 02:05:27 -04:00
9 lines
190 B
Go
9 lines
190 B
Go
package cluster
|
|
|
|
import "github.com/langgenius/dify-plugin-daemon/internal/utils/cache"
|
|
|
|
func clearClusterState() {
|
|
cache.Del(CLUSTER_STATUS_HASH_MAP_KEY)
|
|
cache.Del(PREEMPTION_LOCK_KEY)
|
|
}
|