Module Description
This module provides the ability to create cron migrations(configuration entities) with a reference towards migration entities in order to import them during cron runs. You can also define additional options such as update and ignore dependencies for each of the referenced migrations.

Similar modules:


* Migrate Cron
* Migrate Scheduler

I know these modules implement the same functionality, but none of them use the Queue API, meaning each cron run is a potential timeout in case you have voluminous migration sources. The hook_cron() defined in the module is not executed from the cron settings form to avoid the same outcome.

I should mention that the Cron Migration entity code is taken from this issue, so special thanks to HenkeM.

The cron migration entities are exportable, meaning that you can deploy them to other environments/projects. Another use case would be to isolate specific cron migrations using the Config Split module.

8.x-1.x and 2.x The 2.0.0 release is the first to support Semantic Versioning. 8.x-1.0-beta2 and 2.0.0 are identical and save to upgrade.

Project Usage
144
Creation Date
Changed Date
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to solve the issue of potential timeouts during cron runs by utilizing the Queue API for importing cron migrations with reference to migration entities, while also allowing for additional options like update and ignore dependencies.
Data Name
migrate_queue_importer

OPENAI CHATBOT

OPENAI CHATBOT

16:26:43
Generic Chatbot
Hi, I'm a Drupal module expert powered by OpenAI, answering your questions about the Drupal module ecosystem. How can I be helpful today? Please note that we will log your question.