This project is not covered by Drupal’s security advisory policy.

This module provides a CiviCRM lock implementation using the Drupal lock subsystem.

It's useful for CiviCRM installations running on MySQL < 5.7: On older versions of MySQL, only one lock can be set at a time, but CiviCRM requires multiple locks to be set. Side effects include the Mailer Cron Job Limit not being respected.

To enable this locking mechanism, enable the module and add this line to your civicrm.settings.php file:

define('CIVICRM_WORK_LOCK', 'CiviLockDrupal::createScopedLock');

Please see the README.txt for installation instructions and known issues.

Supporting organizations: 

Project information

  • Project categories: Integrations
  • Ecosystem: CiviCRM
  • Created by mfb on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases