Error While Starting a process instance in batch processing

Hi,

I’m reading data from a database and batching it into sets of records (for example, 3000 records in one batch). I’m processing these batches asynchronously using tasks in C#. Each record creates a process instance in Camunda. After a couple of batches have been executed, I’m encountering the following error:

I’m using a C# application and interacting with Camunda 8.

Grpc.Core.RpcException: Status(StatusCode=“DeadlineExceeded”, Detail=“Timeout between gateway and broker: Request timed out after PT1M”)
at Zeebe.Client.Impl.Commands.CreateProcessInstanceCommandWithResult.Send(Nullable1 timeout, Cancellation token) at Zeebe.Client.Impl.Commands.CreateProcessInstanceWithResult.SendWithRetry(Nullable1 timespan, Cancellation token)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.