Hi there,

Im using Feeds to fetch data from several CSV files (about 50-100 lines each)
Importers should be executed every 3 hours. One of them is always stucked and only get executed 1 or 2 times a day.

In the Feeds log, this import job always says something like : Imported in 23486 s

It does its job, but I wonder why it seems to be stuck like this.

If I execute it from the import form, it takes only a few seconds to be executed.

One thing : this importer is the only one I use with the 'node processor'

Is this a bug ?

Thanks

Comments

msizec’s picture

And most of the time, theres is no changes to do during the import because the data didnt change

mcunningham’s picture

I would guess there is something in your data that is hanging up the importer. I've had this happen before not with csv but with xml imports running on a periodic basis. The strange thing is a manual import would work just fine but a scheduled one would hang as you describe. Rather than trying to track down the problem data, I ended up just truncating the feed to new items and it resolved the issue.

LauriKoobas’s picture

I'm reporting the exact same problem - many feeds run smoothly in under a minute when executed manually, but fail to run automatically.