coyote-team / coyote-drupal

0 stars 0 forks source link

Implement batch-processing of nodes #1

Closed jkva closed 1 year ago

jkva commented 2 years ago

Since this process can take a long time on larger setups, this should be a happening asynchronously and track its progress such that it can be stopped and resumed later.

jkva commented 1 year ago

Effectively, the module user should be:

This should be implemented using asynchronous updates.

jkva commented 1 year ago

A batch job is defined as a process in which Drupal nodes are processed for images using a configurable (tunable) batch size, and images are submitted as a createResourcesRequest using the API client.