Hi There,
Is there way to stop acquire Telemetry Lock when start the process engine?
Even I set the property “camunda.telemetry.enabled” as false, it still creates a lock on “ACT_GE_PROPERTY” table which is not needed I guess.
Following query creates the lock.
SELECT VALUE_ FROM ACT_GE_PROPERTY WHERE NAME_ = 'telemetry.lock' for update
Thanks in advance!