Currently there doesn't seem to be any batch support in FeedsDataProcessor's process() function. Maybe that's because compared to node processing, it's much more lightweight and faster?
Anyway, I've got quite a large dataset and I was running into PHP timeout issues.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | batch_data_processor-985852-3.patch | 2.75 KB | nicolash |
| #1 | feeds-985852_batch_data_process.patch | 2.03 KB | nicolash |
Comments
Comment #1
nicolash commentedPatch
Comment #2
nicolash commentedPls review....
Comment #3
nicolash commentedAgainst latest dev and increased batch size to 1000.
Comment #4
chingis commentedDo not work for me :( batch always start from the same position, i.e. from 0
Comment #5
techninja commentedLast patch at #3 works for me. Seems a bit silly that the processor wasn't made this way in the first place. Now if only we can find someone else to help test...
Comment #6
twistor commented