Elysia cron seems to be working fine despite the following nasty errors I get every time I save the configuration on the settings page:

user warning: Duplicate entry 'rules_scheduler_cron' for key 'PRIMARY' query: insert into elysia_cron (rule, disable, running, last_run, last_aborted, abort_count, last_execution_time, execution_count, avg_execution_time, max_execution_time, last_shutdown_time, name) values ('*/5 * * * *', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'rules_scheduler_cron') in /var/www/sites/all/modules/elysia_cron/elysia_cron.module on line 395.
user warning: Duplicate entry 'node_cron' for key 'PRIMARY' query: insert into elysia_cron (disable, running, last_run, last_aborted, abort_count, last_execution_time, execution_count, avg_execution_time, max_execution_time, last_shutdown_time, name) values (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'node_cron') in /var/www/sites/all/modules/elysia_cron/elysia_cron.module on line 395.
user warning: Duplicate entry 'node_cron' for key 'PRIMARY' query: insert into elysia_cron (disable, running, last_run, last_aborted, abort_count, last_execution_time, execution_count, avg_execution_time, max_execution_time, last_shutdown_time, name) values (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'node_cron') in /var/www/sites/all/modules/elysia_cron/elysia_cron.module on line 395.
user warning: Duplicate entry 'node_cron' for key 'PRIMARY' query: insert into elysia_cron (disable, running, last_run, last_aborted, abort_count, last_execution_time, execution_count, avg_execution_time, max_execution_time, last_shutdown_time, name) values (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'node_cron') in /var/www/sites/all/modules/elysia_cron/elysia_cron.module on line 395.
user warning: Duplicate entry 'system_cron' for key 'PRIMARY' query: insert into elysia_cron (rule, disable, running, last_run, last_aborted, abort_count, last_execution_time, execution_count, avg_execution_time, max_execution_time, last_shutdown_time, name) values ('0 * * * *', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'system_cron') in /var/www/sites/all/modules/elysia_cron/elysia_cron.module on line 395.
user warning: Duplicate entry 'system_cron' for key 'PRIMARY' query: insert into elysia_cron (disable, running, last_run, last_aborted, abort_count, last_execution_time, execution_count, avg_execution_time, max_execution_time, last_shutdown_time, name) values (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'system_cron') in /var/www/sites/all/modules/elysia_cron/elysia_cron.module on line 395.

I get a few of these errors for every cron job, this is just a small sample I copied from the error messages.

CommentFileSizeAuthor
#1 elysia_cron.patch779 bytesvectoroc
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vectoroc’s picture

Status: Active » Needs review
FileSize
779 bytes
notluap’s picture

I applied the patch and no longer get the errors. Thanks, vectoroc!

gotheric’s picture

I committed a fix (similar to vectoroc one) in 2.x-dev branch.

I'll release a new stable release soon

kala4ek’s picture

Status: Needs review » Closed (outdated)

Drupal 6 is not supported anymore.