- Issue created by @mslaxmeter
- Status changed to Closed: duplicate
over 1 year ago 7:23am 25 April 2023 - 🇳🇱Netherlands megachriz
There is already an issue about this, see 🐛 Bouncing progress bar Active . So closing this one as a duplicate.
The reason is that each stage of the import happens in its own batch. So you get a serie of batches.
This is the import workflow, each step has its own batch:
- Fetch data
- Parse data
- Process a number of items
- If there's more to parse, repeat step 2 and 3.
- If there's more to fetch, repeat step 1 till 4.
An other issue is that Feeds cannot predict accurately how many items will be processed in the end. But I think this is mostly an issue when multiple fetches happen. Because in a second fetched file there could be 10 items, but there could also be 2000 items. In Feeds itself, only the directory fetcher does multiple fetches.
I would like to see this issue fixed, but because I have enough other Feeds tasks to do that I consider to be a higher priority I think I won't pick this one up myself in the nearby future.