API for adding a custom database lock #15700
iliyan-kulishev
started this conversation in
Features and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://docs.umbraco.com/umbraco-cms/reference/distributed-locks
Can we have some kind of API, service or capability on the MigrationBase class to add custom lock?
Right now you would have to do something like this:
But that LockDto class is internal and you'd have to create a copy of that.
Beta Was this translation helpful? Give feedback.
All reactions