feat: only update midjourney task on master node
This commit is contained in:
parent
3085e512cd
commit
6b91f85400
@ -19,6 +19,9 @@ import (
|
||||
)
|
||||
|
||||
func UpdateMidjourneyTaskBulk() {
|
||||
if !common.IsMasterNode {
|
||||
return
|
||||
}
|
||||
//imageModel := "midjourney"
|
||||
ctx := context.TODO()
|
||||
for {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user