This project is not covered by Drupal’s security advisory policy.
A toolkit for performing asynchronous operations in Drupal.
An operation bundles a group of background tasks into a single
trackable unit. Create the bundle in one call, drive it to completion
either from the browser or from a background process (cron, a dedicated
worker), and check its status — progress, errors, completion — without
piecing it together from individual queue items. A built-in progress bar
and throbber reflect the operation live, whichever side is doing the work.
Use cases
- Long-running exports, imports, or migrations driven from a form submit.
- Multi-step admin operations where the user wants to see "how far along".
- Background jobs that need to be addressable as a single unit even though they execute as many independent tasks.
Project information
- Project categories: Automation, Developer tools, Performance
- Created by chi on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
Releases
1.0.0-beta2
released 29 May 2026
Works with Drupal: ^11.3
Install:
Development version: 1.x-dev updated 29 May 2026 at 13:08 UTC

