Skip to content
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

fixed implementation of lockable trait #501

Merged
merged 1 commit into from
Oct 12, 2023
Merged

Conversation

ESalfinger
Copy link
Contributor

@ESalfinger ESalfinger commented Sep 15, 2023

Currently the NewsletterSyncCommand can run in parallel as the lockable trait is used incorrectly. The command does not exit early if the lock couldn't be aquired.

Symfony Documentation for Lockable trait

@CLAassistant
Copy link

CLAassistant commented Sep 15, 2023

CLA assistant check
All committers have signed the CLA.

@ESalfinger ESalfinger changed the title [BUG]: fixed implementation of lockable trait fixed implementation of lockable trait Sep 18, 2023
@dvesh3 dvesh3 added the Bug label Sep 26, 2023
@dvesh3 dvesh3 added this to the 3.4.4 milestone Sep 26, 2023
@aryaantony92 aryaantony92 self-assigned this Oct 12, 2023
@aryaantony92 aryaantony92 merged commit 5061c8c into pimcore:3.4 Oct 12, 2023
4 checks passed
@aryaantony92
Copy link
Contributor

@ESalfinger Thank you for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants