Follow-up to #251792: Implement a locking framework for long operations, we want to us locks to prevent concurrant cron runs, rather than relying on Drupal variables which are potentially prone to race conditions due to caching.

Comments

moshe weitzman’s picture

FYI, the "fine grained cron" issue added semaphores for each module so that code can easily tell when its own cron was last run. Not yet committed AFAIK.

pwolanin’s picture

"cron last" should be different form the semaphore that tells you that cron is still running.

Berdir’s picture

Status: Active » Closed (duplicate)

#805702: Cron should use locking framework has a patch, so setting this to duplicate even if it's older....