Registry / async / flowpack-jobqueue-common

flowpack-jobqueue-common

JSON →
library3.4.1phppackagistunverified

Common functionality for a JobQueue in Flow applications.

composer require flowpack/jobqueue-common
INSTALL
IMPORT
SIG · FLOWPACK-JOBQUEUE-
F
flowpack-jobqueue-common
asyncphpv3.4.1
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.

QueueManager
use Flowpack\JobQueue\Common\Queue\QueueManager;

Publish a job to the default queue

use Flowpack\JobQueue\Common\Queue\QueueManager; $queueManager = new QueueManager(); $queue = $queueManager->getQueue('default'); $queue->publish('Hello, Job!');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
29
OpenAI (training)
1
Resources
flowpack-jobqueue-common — pip install flowpack-jobqueue-common · libregistry