Projecte

General

Perfil

Actions

Error #1455

obert

Poblemes amb el cron

Afegit per Joan Cervan i Andreu fa aproximadament 1 any. Actualitzat fa aproximadament 1 any.

Estat:
En Progrés
Prioritat:
Alta
Categoria:
-
Versió prevista:
Inici:
03 Feb 2023
Data de venciment:
02 Mai 2023 (aproximadament 12 mesos tard)
% realitzat:

90%

Temps previst:
Temps invertit:

Descripció

Surten moltíssimes entrades al log, del cron.

I he vist que el cron del search triga molt:

joan@marti:/var/www/girala.net/web$ vendor/bin/drush php-eval 'use Drupal\Component\Utility\Timer;global $timers; $return = $args = array(); foreach (\Drupal::moduleHandler()->getImplementations("cron") as $module) { $function = $module . "_cron"; print("Starting execution of " . $module . " cron ... ");   Timer::start($function);$result = call_user_func_array($function, $args);if (isset($result) && is_array($result)) {$return = array_merge_recursive($return, $result);}  else if (isset($result)) {$return[] = $result;} Timer::stop($function); print("Execution of " . $module . " cron took " . Timer::read($function) . "ms\r\n"); }'
Starting execution of comment cron ... Execution of comment cron took 4.54ms
Starting execution of dblog cron ... Execution of dblog cron took 2.3ms
Starting execution of field cron ... Execution of field cron took 1.17ms
Starting execution of file cron ... Execution of file cron took 27.48ms
Starting execution of history cron ... Execution of history cron took 0.69ms
Starting execution of layout_builder cron ... Execution of layout_builder cron took 6.03ms
Starting execution of linkchecker cron ... Execution of linkchecker cron took 31.14ms
Starting execution of locale cron ... Execution of locale cron took 5.37ms
Starting execution of matomo cron ... Execution of matomo cron took 1.04ms
Starting execution of node cron ... Execution of node cron took 4.83ms
Starting execution of redirect_404 cron ... Execution of redirect_404 cron took 5.89ms
Starting execution of search cron ... Execution of search cron took 16951.21ms
Starting execution of search_api cron ... Execution of search_api cron took 12.17ms
Starting execution of simple_sitemap cron ... Execution of simple_sitemap cron took 3.1ms
Starting execution of simple_sitemap_engines cron ... Execution of simple_sitemap_engines cron took 5.98ms
Starting execution of simple_sitemap_views cron ... Execution of simple_sitemap_views cron took 3.58ms
Starting execution of system cron ... Execution of system cron took 34ms
Starting execution of tracker cron ... Execution of tracker cron took 0.31ms
Starting execution of update cron ... Execution of update cron took 28ms
Starting execution of webform cron ... Execution of webform cron took 2.72ms


Actions

També disponible a: Atom PDF