rebus-org / Rebus.MySql

:bus: MySQL integration for Rebus
https://mookid.dk/category/rebus
Other
7 stars 6 forks source link

Added support for distributed exclusive saga locks via MySQL tables #19

Closed kendallb closed 3 years ago

kendallb commented 3 years ago

Referencing https://github.com/rebus-org/Rebus/issues/945, this implemented exclusive saga access locks via MySQL tables so the locks can be distributed across multiple servers.

Note that this will not work without https://github.com/rebus-org/Rebus/pull/962 being committed as the exclusive access pipeline stuff is not publicly accessible.


Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

mookid8000 commented 3 years ago

Hi @kendallb , this is the old PR, right? It seems to require that the exclusive locking you added to Rebus was made public...

kendallb commented 3 years ago

Yes, this is the old PR.