Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.1
-
Fix Version/s: 4.3.2
-
Component/s: Core CiviCRM
-
Labels:None
Description
We need to ensure that long running jobs do not override each other if cron is invoked frequently. We do this for the mailing job (which has a more sophisticated locking mechanism)
We need to ensure that all other long running jobs have only one instance running at any one time.