Ancora update gestione envir da completare
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user