Closed (fixed)
Project:
Scheduler
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2025 at 16:46 UTC
Updated:
2 Jan 2026 at 10:14 UTC
Jump to comment: Most recent
scheduler_config_import_steps_alter will add _scheduler_config_import_process_entity_definitions even if nothing is being uninstalled. It slows down install from default config.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mglamanComment #4
hydra commentedI stumbled over this patch since I had an error on config-import saying
which was triggered by this method. Helped me for both cases. Thank you very much! :)
Comment #7
jonathan1055 commentedThank you @mglaman for opening the issue and creating the MR and thank you @hydra for testing and confirming. This is merged and fixed, and I've given you both credit too.