This project is not covered by Drupal’s security advisory policy.

The Loop Workers module allows developers to define workers that continually process a loop of items. This is a similar concept to Drupal's QueueAPI, but instead of a queue that items are put into to be processed, a loop is a defined list which the worker continually works over, returning to the start automatically when it reaches the end.

One use case might be a site which needs to check the body field of all nodes to ensure that no external links are broken.

Loop worker plugins may either be run with core's hook_cron, or Ultimate Cron may be used.

Supporting organizations:
Development

Project information

  • Project categories: Developer tools
  • Created by joachim on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases

Development version: 1.0.x-dev updated 4 Jan 2023 at 17:31 UTC