// Id: #37248
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/acb50374-969f-4ca9-866f-430c567d6ae5 finished with state 'TASK_STATE_FAILED': step 'stage4_auto_curation' failed: downstream/core-api: invalid response envelope (The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. Path: $ | LineNumber: 0 | BytePositionInLine: 0.)
System.InvalidOperationException: AgentService /a2a/curator/tasks/acb50374-969f-4ca9-866f-430c567d6ae5 finished with state 'TASK_STATE_FAILED': step 'stage4_auto_curation' failed: downstream/core-api: invalid response envelope (The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. Path: $ | LineNumber: 0 | BytePositionInLine: 0.) 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 88 at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)