We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the scenario where one executes commands on multiple, separate servers, locking via filesystem can be not effective.
To allow locking commands across all servers, a shared-lock implementation is required.
Simfony provides this via the Lock component, which is available since version 3.4, so it makes a good candidate for replacing the LockHandler.
Moreover, LockHandler is deprecated and then removed in Sf 4
The text was updated successfully, but these errors were encountered:
Yes indeed, I know this new component but haven't had time to use it in this bundle. I'll have a look at that as soon as possible.
Sorry, something went wrong.
No branches or pull requests
In the scenario where one executes commands on multiple, separate servers, locking via filesystem can be not effective.
To allow locking commands across all servers, a shared-lock implementation is required.
Simfony provides this via the Lock component, which is available since version 3.4, so it makes a good candidate for replacing the LockHandler.
Moreover, LockHandler is deprecated and then removed in Sf 4
The text was updated successfully, but these errors were encountered: