Skip to content

Commit 3b4d09e

Browse files
author
gitlab
committed
Merge branch 'fix/ZSTAC-68709-eval-queue@@2' into '5.5.12'
fix(ai): ZSTAC-68709 add eval task queuing with concurrency control See merge request zstackio/zstack!9295
2 parents b154bc1 + 1d8a059 commit 3b4d09e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

conf/db/upgrade/V5.5.12__schema.sql

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,7 @@ ALTER TABLE `zstack`.`BareMetal2InstanceVO`
121121
ADD CONSTRAINT `fkBareMetal2InstanceVOGatewayVO1`
122122
FOREIGN KEY (`lastGatewayUuid`)
123123
REFERENCES `HostEO` (`uuid`)
124-
ON DELETE SET NULL;
124+
ON DELETE SET NULL;
125+
126+
-- ZSTAC-68709: Add targetQueueKey for evaluation task queuing per service endpoint
127+
CALL ADD_COLUMN('ModelEvaluationTaskVO', 'targetQueueKey', 'TEXT', 1, NULL);

0 commit comments

Comments
 (0)