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
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.
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?