Ancora update gestione envir da completare

This commit is contained in:
Samuele Locatelli
2026-02-09 19:23:21 +01:00
parent 5ef1f422c2
commit 46079afb45
7 changed files with 38 additions and 28 deletions
+2 -2
View File
@@ -127,7 +127,7 @@ namespace Lux.API.Services
string hKey = await _calcRuidService.CompleteRequestAsync(RUID);
// verifico eventuali spostamenti code calcolo
await _prodService.UpdateQueue(hKey);
await _prodService.UpdateQueue(retData.ExecEnvironment, hKey);
}
// gestione ritorno preview SVG
@@ -216,7 +216,7 @@ namespace Lux.API.Services
}
// sistemo code, definendo nuova key...
string qKey = $"{QuestionModes.ORDER}:{QuestionOrderSubModes.BALANCE}:{UID}.{refGroup}";
await _prodService.SetDone(qKey, ProdService.QueueType.running);
await _prodService.SetDone(retData.ExecEnvironment, qKey, ProdService.QueueType.running);
// reinvio in redis (cache + channel)
await cacheService.SaveProdBalanceAsync(UID, retData.ExecEnvironment, rawBalance);
saved = true;