This module provide Gearman integration for Drupal.

About Gearman

Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates.

Features

  • Gearman backend for Drupal's Queue API. Allowing application to enqueue item to be processed by Gearman workers using Drupal's Queue API. The queue is read-only, items can be enqueued but not processed using Drupal's API. Items processing require a Gearman worker able to execute the queue items as intended.
  • Drush worker to process Gearman queue item. Third party module can provide Gearman functions with implementations of hook_gearman_drush_function().
  • Drush client to enqueue item using Drush as CLI.
  • Gearmanization of cron queues with the Drush worker.

Development tasks

Links

Project information

  • caution Seeking new maintainer
    The current maintainers are looking for new people to take ownership.
  • caution No further development
    No longer developed by its maintainers.
  • chart icon1 site reports using this module
  • Created by jhedstrom on , updated
  • shieldStable releases for this project are covered by the security advisory policy.
    Look for the shield icon below.

Releases