Registry / other / silverstripe-queuedjobs

silverstripe-queuedjobs

JSON →
library4.9.2phppackagistunverified

A framework for defining and running background jobs in a queued manner for SilverStripe.

composer require silverstripe/queuedjobs
INSTALL
IMPORT
SIG · SILVERSTRIPE-QUEUE
S
silverstripe-queuedjobs
otherphpv4.9.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QueuedJobService
use Symbiote\QueuedJobs\Services\QueuedJobService;

Queue a custom job using the QueuedJobService.

use Symbiote\QueuedJobs\Services\QueuedJobService; $service = new QueuedJobService(); $service->queueJob(new MyCustomJob());
Debug
Known issues
breakingRequires SilverStripe framework 4.x or 5.x; incompatible with older versions.
fix
Ensure your project uses SilverStripe 4 or 5.
affects: <4.0.0
Upgrade
Version history
4.9.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
16
Resources
silverstripe-queuedjobs — pip install silverstripe-queuedjobs · libregistry