Skip to content

Commit 975834e

Browse files
committed
fix: keep checking jobs at jobs failure
1 parent aaa9725 commit 975834e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom/VisionAction.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ async function runAiAction({
549549
if (index !== -1) {
550550
jobsIds.splice(jobsIds.findIndex(j => j.jobId === jobId), 1);
551551
}
552+
isAtLeastOneInProgress = true;
552553
adminforth.alert({
553554
message: `Generation action "${actionType.replace('_', ' ')}" failed for record: ${recordId}. Error: ${jobResponse.job?.error || 'Unknown error'}`,
554555
variant: 'danger',

0 commit comments

Comments
 (0)