feat: only update midjourney task on master node

This commit is contained in:
1808837298@qq.com 2024-06-15 01:10:16 +08:00
parent eb79880502
commit 4eb6217bc0

View File

@ -19,6 +19,9 @@ import (
)
func UpdateMidjourneyTaskBulk() {
if !common.IsMasterNode {
return
}
//imageModel := "midjourney"
ctx := context.TODO()
for {