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

Running "SQL Tasks" can break SQL dump procedure #37

Open
bjendres opened this issue Oct 12, 2018 · 0 comments
Open

Running "SQL Tasks" can break SQL dump procedure #37

bjendres opened this issue Oct 12, 2018 · 0 comments
Labels
Milestone

Comments

@bjendres
Copy link
Member

SQL Dumps can abort with an error message if SQL Tasks are running. This is due to the nature of the task architecture, where temporary tables are being created and destroyed in short succession.

We recommend to not schedule the tasks and SQL backups at the same time.

There might be a technical solution to this, but I'm not aware of any quick fix.

@bjendres bjendres added this to the 0.8 milestone Oct 12, 2018
@bjendres bjendres modified the milestones: 0.8, 1.0 Aug 29, 2019
@bjendres bjendres modified the milestones: 1.0, 1.1 Apr 8, 2020
pfigel added a commit that referenced this issue May 19, 2022
GP-14130: Use CRM_Core_Lock functionality to lock task.
@bjendres bjendres modified the milestones: 1.1, 2.1 Jul 24, 2023
@bjendres bjendres modified the milestones: 2.1, 2.2 Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant