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

This module provides the ability to execute hook events asynchronously via
queues. It reacts to the hook_entity create/update/delete and adds a job
to a queue. Additionally, the module implements a table for logging
relevant events.

This module currently implements the following hooks:

* hook_entity_insert().
* hook_entity_update().
* hook_entity_entity_delete().
* hook_entity_translation_delete().

Developers who wish to use this module must create a `ActionsQueueJobs` plugin.
Check the example module for an implementation of the plugin.

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Module categories: Developer Tools
  • Created by msti 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