/tasks/search API REST too slow to return instantiated processes

Hello everybody
Need help related to the operation of CAMUNDA 8 Self-managed dockerized
I am currently using CAMUNDA 8.6
When using the REST API to start a process, it sometimes takes hours to appear in the tasklist


Does anyone have any idea why this huge delay?
open-account (1).bpmn (15.8 KB)

This is likely something to do with the exporter.
Tasklist doesn’t read the data directly from Zeebe, it reads it from the data exported from Zeebe into elastic. So it seems like the problem is with how the data is being explorted.

Thank you, and is there any way to debug this exporter?

I managed to solve the problem by eliminating the Zeebe volume, but I would like to be able to control the growth of this volume, in order to set a limit or alert, is this possible?
image

@Domingos_Dias you need to configure Data retention | Camunda 8 Docs and History cleanup | Camunda 8 Docs