Presented:
drupal 6.22
elysia_cron 6.x-2.0
features 6.x-1.2
Opening admin/build/features/create provide an error:
PHP Fatal error: Maximum execution time of 160 seconds exceeded in /var/www/drupal.loc/html/includes/database.mysqli.inc on line 116
And mysql log show thousands of requests per second "select * from elysia_cron".

Disabling elysia_cron module solve problem for me.

Comments

gotheric’s picture

Status: Active » Fixed

I've committed a fix for this in D6 Development release (before download check its date is January 2012, if not wait some hours).
Try downloading and using that (until a new stable version will come out).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

kndr’s picture

Status: Closed (fixed) » Needs review
StatusFileSize
new3.22 KB

Unfortunatelly, last commited fix http://drupalcode.org/project/elysia_cron.git/commitdiff/949aa19c966ed3f... has a bug - array of objects is not properly builded inside a loop. I am attaching the patch

kndr’s picture

Version: 6.x-2.0 » 6.x-2.x-dev
gotheric’s picture

Status: Needs review » Fixed

Ehm, sorry for my poor patch -_-

I don't use Features and i've a testing intallation only on D7, so i've done it in "blind mode" :-/

Thank for your patch! I've just committed it in D6 branch

buddhamagnet’s picture

Any idea on when the next stable release of this module is planned? It's very useful indeed, but we can't use the dev version in production, and the main issue we are having is with recreating-building features. Many thanks!

gotheric’s picture

I'll try to release it this week (there is only 1 think i want to do before the release).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

code tag