Migrate Cron Scheduler
For version 2.0.0
MAKE SURE YOU HAVE DRUSH 10.4+ to run version 2.0.0
Rewrite module to support drush 10.4+
Removes "Sync" option from migrate_tools module to instead use the new drush 10.4 "Delete" option.
This means the module no longer has a dependency to migrate_tools and can now be used with Drupal 9+ and drush 10.4+
The Migrate Cron Scheduler module provides the functionality of executing the migrations on cronjob with option flags set at a particular time interval.
Includes admin UI to set the properties on each migration, so each migration can be configured individually.
This module depends on
- migrate
- migrate_plus
INSTALLATION
Using composer and drush
composer require drupal/migrate_cs
drush en migrate_cs
Configuration
After installation, set individual cron intervals and options by accessing
/admin/config/system/migrate-cs