run_exclusive icon indicating copy to clipboard operation
run_exclusive copied to clipboard

Does it work on distributed environments?

Open pedrolcn opened this issue 4 years ago • 1 comments

Hi, awesome looking project.

I looked through the documentation/examples and through the code and it doesn't seem to address distributed environments use cases. (eg. when we want a function execution to be exclusive not only on a single instance but across many instances of node which may or may not be running on the same machine).

If it does work on distributed environments, how can it be done? If it does not, is it included in the roadmap? What are the data-structures which would have to be made distributed-safe and how can I help ? Thanks

pedrolcn avatar Feb 17 '20 13:02 pedrolcn