-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Lock] Describe reliability in Lock #8847
New issue
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
Conversation
components/lock.rst
Outdated
To avoid that someone else acquires a lock after a restart, we recommend | ||
to delayed service start and wait at least as long as the longest lock TTL. | ||
|
||
.. tips:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.. tip::
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed. Sorry for the delay
components/lock.rst
Outdated
All concurrent processes MUST use the same configuration. with the same | ||
amount of managed stored and the same endpoint. | ||
|
||
.. tips:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
Thanks Jérémy. |
This PR was merged into the 3.4 branch. Discussion ---------- [Lock] Describe reliability in Lock Commits ------- b41a457 Describe reliability in Lock
* 3.4: (21 commits) added Sam in the core team minor symfony#9494 [Console] Change use statement for Process Helper (krizon) Specify how provide a high availability Use FQCN as service ID [symfony#8847] fix another directive [symfony#8847] fix tip directive Describe reliability in Lock Propose identical comparison [symfony#9195] fix a minor typo Fixed some variable names fix some security config examples Made explicit testing dependencies No more ambiguity on prod mode Mention the adder/remover support of PropertyInfo ...
No description provided.