Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2009 at 14:13 UTC
Updated:
25 May 2010 at 23:25 UTC
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
Comment #1
moshe weitzman commentedFYI, 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.
Comment #2
pwolanin commented"cron last" should be different form the semaphore that tells you that cron is still running.
Comment #3
berdir#805702: Cron should use locking framework has a patch, so setting this to duplicate even if it's older....