Inizio migrazione ProdService

This commit is contained in:
Samuele Locatelli
2026-03-24 10:22:15 +01:00
parent a59e256c98
commit 869ec0ef1c
8 changed files with 52 additions and 52 deletions
+2 -1
View File
@@ -7,6 +7,7 @@ using NLog;
using StackExchange.Redis;
using System.Diagnostics;
using static Egw.Window.Data.Enums;
using static EgwCoreLib.Lux.Core.Enums;
namespace Lux.API.Services
{
@@ -212,7 +213,7 @@ namespace Lux.API.Services
}
// sistemo code, definendo nuova key...
string qKey = $"{QuestionModes.ORDER}:{QuestionOrderSubModes.BALANCE}:{UID}.{refGroup}";
await _prodService.SetDone(retData.ExecEnvironment, qKey, ProdService.QueueType.running);
await _prodService.SetDone(retData.ExecEnvironment, qKey, ProdQueueType.running);
// reinvio in redis (cache + channel)
await cacheService.SaveProdBalanceAsync(UID, retData.ExecEnvironment, rawBalance);
saved = true;