@tyravel/queue
Queue and background jobs for Tyravel
Install
bash
npm install @tyravel/queueMetadata
| Field | Value |
|---|---|
| Version | 1.0.1 |
| Source | packages/queue |
| Category | Platform services |
| Node.js | >=26 |
Tyravel dependencies
Public exports
From the package entry point (dist/index.d.ts). Deep imports are not supported.
Values
BatchRepositoryBatchStateChainDatabaseQueueDispatcherFailedJobRepositoryJobJobNotFoundExceptionJobRegistryPendingBatchQueueManagerQueueProcessorQueueWorkerQueueWorkerProcessHookQueueWorkerProcessResultRedisQueueSyncQueuecreateQueueStackdecodePayloadencodePayloadformatJobExceptionisWorkerQueuenewFailedJobUuidserializeJobsetQueueWorkerProcessHook
Types
DatabaseQueueConnectionConfigFailedJobRecordFailedJobsConfigQueueConfigQueueConnectionConfigQueueContractQueueJobRecordRedisQueueConnectionConfigSerializedJobPayloadSyncQueueConnectionConfigWorkerQueue
Guide
See the Queues & jobs guide for usage examples.