Redis Locking Mechanism Details

Hi everyone,

I’m curious about the Redis role in coordinating Activepieces instances. Can someone provide details on the locking mechanism used for this coordination?

Thanks.

It’s just bullmq queue, the worker consumes the run from queue, executes in the engine and save the result to database.

You can read more in https://docs.bullmq.io/

Is there something specific, I would love to write documentation on activepieces side as well.