Looks like this module crashed my cron.

I have installed a module for cron, that divides it into pieces for every module that uses cron.

All run well except this one: l10n_update_cron.

If i force run it, I get this error: Job l10n_update_cron already running.

Please, any help is much appreciated.

Comments

sutharsan’s picture

Version: 7.x-1.0-beta3 » 7.x-1.x-dev
Category: bug » support

Have a try with the latest 7.x-1.x-dev release. It has a little improvement in the batch execution. An other option is to reduce the below values in l10n_update.module. For example change them to half the value.

/**
 * The maximum number of projects which are checked for available translations each cron run.
 */
define('L10N_UPDATE_CRON_PROJECTS', 10);

/**
 * The maximum number of projects which are updated each cron run.
 */
define('L10N_UPDATE_CRON_UPDATES', 2);

Changing issue category. It is probably not a bug, but an environment problem.

sutharsan’s picture

Status: Active » Closed (fixed)

No activity. Closing the issue.