Skip to content
Snippets Groups Projects
Commit 147f2207 authored by catch's avatar catch
Browse files

Issue #1630576 by nexusnovaz, jhodgdon, catch: Cron reports it's done long before it really is done

parent 52a4ee46
No related branches found
No related tags found
10 merge requests!10602Issue #3438769 by vinmayiswamy, antonnavi, michelle, amateescu: Sub workspace does not clear,!10301Issue #3469309 by mstrelan, smustgrave, moshe weitzman: Use one-time login...,!10187Issue #3487488 by dakwamine: ExtensionMimeTypeGuesser::guessMimeType must support file names with "0" (zero) like foo.0.zip,!9929Issue #3445469 by pooja_sharma, smustgrave: Add additional test coverage for...,!9787Resolve issue 3479427 - bootstrap barrio issue under Windows,!9742Issue #3463908 by catch, quietone: Split OptionsFieldUiTest into two,!9526Issue #3458177 by mondrake, catch, quietone, godotislate, longwave, larowlan,...,!6502Draft: Resolve #2938524 "Plach testing issue",!38582585169-10.1.x,!3226Issue #2987537: Custom menu link entity type should not declare "bundle" entity key
Pipeline #286915 passed with warnings
Pipeline: drupal

#286951

    Pipeline: drupal

    #286950

      Pipeline: drupal

      #286943

        +6
        ...@@ -166,6 +166,9 @@ public function run() { ...@@ -166,6 +166,9 @@ public function run() {
        // Release cron lock. // Release cron lock.
        $this->lock->release('cron'); $this->lock->release('cron');
        // Add watchdog message.
        $this->logger->info('Cron run completed.');
        // Return TRUE so other functions can check if it did run successfully // Return TRUE so other functions can check if it did run successfully
        $return = TRUE; $return = TRUE;
        } }
        ...@@ -183,7 +186,6 @@ protected function setCronLastTime() { ...@@ -183,7 +186,6 @@ protected function setCronLastTime() {
        // Record cron time. // Record cron time.
        $request_time = $this->time->getRequestTime(); $request_time = $this->time->getRequestTime();
        $this->state->set('system.cron_last', $request_time); $this->state->set('system.cron_last', $request_time);
        $this->logger->info('Cron run completed.');
        } }
        /** /**
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment