- π«π·France prudloff Lille
Well, this patch isn't having the module pick up where it left off in my case. I had a job die part way through (through no fault of this module)
I also encountered this problem (Drush command crashing while processing nodes). Relaunching the Drush command will not process the remaining nodes, however it seems the cron will correctly pick up where drush stopped.
- Status changed to Needs review
11 months ago 9:46am 6 August 2024 - Status changed to Needs work
4 months ago 11:46pm 27 February 2025 - π«π·France prudloff Lille
We still need to add an option so the command could still be used to force a rebuild.
- Merge request !10Resolve #3197319 "Drush node access rebuild progressive should" β (Open) created by prudloff
- π«π·France arousseau
This is working as advertised.
Node access is rebuilt only when
node_access_needs_rebuild()
returns TRUE.
The "--force" option bypasses it and forces a rebuild for all nodes.I see there is now a 3.x branch, but it seems identical to 2.x.
Not sure which branch this MR should target.