Inizio migrazione ProdService
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user