structure bulk actions might need subtransactions
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 57
- Forks
- 103
- Avg merge
- 10h 25m
- Merged PRs (30d)
- 18
Description
Currently there isn't a way to do a action involving a lot of objects in a memory efficient manner. For example publishing 10k pages requires a lot of memory and can take a long time. Currently there isn't indication this could take a long time, how long it might take, or the operation doesn't use subtransactions so as to minimise memory use.
btw, this is also the case without "structure" by just publishing a folder with a lot of sub items.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name specific files, tests, or entry points. Start by locating the structure bulk-action and folder-publishing flows, then determine how long-running operations and transaction boundaries are represented. Done should include a memory-efficient approach for large operations and clear feedback about progress or expected duration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100