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(Nullable
1 timespan, Cancellation token)