- Issue created by @kumkum29
- 🇩🇪Germany jurgenhaas Gottmadingen
ECA is built such that you can build models with action plugins that get executed following certain events. So, the cron event is available, but there are no action plugins in Drupal core that would perform a migration. Such action plugins could be implemented into ECA, but I'm not sure that this is really needed.
If you want to run regular migrations, you can do that without ECA but executing something like
drush -y migrate:import --all
with the system crontab. We're doing that in a lot of our projects and it works really nice. Therefore, I don't see the requirement for action plugins, unless you have a use case that I'm missing? - Status changed to Fixed
4 months ago 12:58pm 8 December 2024 Automatically closed - issue fixed for 2 weeks with no activity.