- 🇳🇱Netherlands megachriz
I've got ✨ Add an action to bulk delete imported items Fixed ready for review. I plan to pick this one up as well now, and base it on the code introduced by the other issue.
- @megachriz opened merge request.
- Status changed to Needs review
almost 2 years ago 10:08am 15 February 2023 -
MegaChriz →
committed 5fceea18 on 8.x-3.x
Issue #3049631 by MegaChriz: Added an action to bulk import feeds.
-
MegaChriz →
committed 5fceea18 on 8.x-3.x
- Status changed to Fixed
over 1 year ago 1:51pm 17 February 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
over 1 year ago 9:52am 30 May 2023 - 🇮🇹Italy kopeboy Milan
Is it possible to add the "Import in background" action as well?
- 🇳🇱Netherlands megachriz
@kopeboy
I had thought about that, but the issue is then that the order in which imports run could feel a bit random. When you would start multiple background imports at once, these imports are kinda run in parallel. This is namely how that would work:- Import feed 1 planned.
- Import feed 2 planned.
- First chunk of feed 1 gets imported.
- First chunk of feed 2 gets imported.
- Second chunk of feed 1 gets imported.
- Second chunk of feed 2 gets imported.
and so forth. So this is not pure in "parallel", but imports for multiple feeds alternate.
The chunks can also differ in size. So maybe the import for feed 1 takes more time to process, so a single chunck for that could be 50 items on average, while for feed 2 it could be 150 items on average per chunk.
But of course we could "fix" all this with a message "Background imports run in parallel" or something similar.
Do you want to create a new issue for this, @kopeboy?