Have setup cron to call drupal_queue_cron.php & using drush queue cron as well.
However the feeds scheduler does not run?
- no error
- dblog shows no FeedsScheduler
- no variables 'feeds_worker_time' and 'feeds_schedule_queue_num'

It works fine when using core cron.

Using drupal_queue-6.x-1.0-alpha1 and feeds-6.x-1.x-dev.
Did I miss something?

Comments

alex_b’s picture

Category: support » bug

From what you explain, your setup looks good. This looks rather like a bug.

Could you explain better how you determine that the scheduler does not run? Do feeds not get refreshed?

Here are some things you could try:

- Look at queue table, see whether there are items that did not get dequeued.
- Add error_log() messages to FeedsScheduler and verify that items are being added to queue.
- Add error_log() messages to FeedsScheduler's worker methods (where import() and expire() are being invoked) and verify that items are being worked off.

alex_b’s picture

Do you run cron + queue cron? You'll have to run both as cron queues items and queue cron dequeues them.

alex_b’s picture

Status: Active » Closed (fixed)

I couldn't verify the problem, closing after 1 week.