This commit is contained in:
Andrew Nicols 2015-11-02 14:36:10 +08:00
commit 693ed49c10

View file

@ -491,6 +491,12 @@ class manager {
}
}
// Make sure the task data is unchanged.
if (!$DB->record_exists('task_scheduled', (array) $record)) {
$lock->release();
continue;
}
if (!$task->is_blocking()) {
$cronlock->release();
} else {