// Id: #28172
using PurchaseAgent.Slices.Curator.Application.Discovery.Curator.Orchestrator.Workflows;
var curatorDailyCycleTriggerJob = Activate<CuratorDailyCycleTriggerJob>();
await curatorDailyCycleTriggerJob.RunAsync(null);
| RecurringJobId | |
| Time | |
| CurrentCulture | |
An exception occurred during performance of the job.
AgentService /a2a/curator/tasks/ac517a4a-9d36-45bd-9ec1-c5988a17bf26 finished with state 'TASK_STATE_FAILED': step 'stage1_hype_ingest' failed: downstream/core-api: Connection refused (purchaseagent-purchaseagent:80)
System.InvalidOperationException: AgentService /a2a/curator/tasks/ac517a4a-9d36-45bd-9ec1-c5988a17bf26 finished with state 'TASK_STATE_FAILED': step 'stage1_hype_ingest' failed: downstream/core-api: Connection refused (purchaseagent-purchaseagent:80) at PurchaseAgent.Application.Clients.AgentService.HttpAgentServiceClient.PollAgentInvocationResponseAsync(String slug, String taskId, CancellationToken cancellationToken) in /src/src/PurchaseAgent.Application/Clients/AgentService/HttpAgentServiceClient.cs:line 226 at PurchaseAgent.Application.Clients.AgentService.HttpAgentServiceClient.InvokeAgentAsync[TPayload,TResponse](String slug, TPayload payload, CancellationToken cancellationToken) in /src/src/PurchaseAgent.Application/Clients/AgentService/HttpAgentServiceClient.cs:line 96 at PurchaseAgent.Slices.Curator.Application.Discovery.Curator.Orchestrator.Workflows.CuratorDailyCycleTriggerJob.RunAsync(CancellationToken ct) in /src/src/PurchaseAgent.Slices.Curator/Application/Discovery/Curator/Orchestrator/Workflows/CuratorDailyCycleTriggerJob.cs:line 65 at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)