Wait other states in campaign management service

This commit is contained in:
2025-11-03 11:46:58 +09:00
parent 7cfabe0af2
commit 7d375f27d6
5 changed files with 25 additions and 2 deletions

View File

@ -4,6 +4,7 @@ using Hcs.Broker.MessageCapturer;
using Hcs.WebApp.BackgroundServices.OperationExecutors;
using Hcs.WebApp.Config;
using Hcs.WebApp.Services;
using System.Transactions;
namespace Hcs.WebApp.BackgroundServices
{
@ -69,6 +70,8 @@ namespace Hcs.WebApp.BackgroundServices
{
state.EnqueueOperation(operation);
}
state.Ready = true;
}
private void InitializeClient()