@zudojs/queue 1.5.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/contextCarrier/contextCarrier.core.d.ts +0 -1
- package/dist/contextCarrier/contextCarrier.core.js +0 -1
- package/dist/contextCarrier/contextCarrier.type.d.ts +0 -1
- package/dist/contextCarrier/contextCarrier.type.js +0 -1
- package/dist/contextCarrier/index.d.ts +0 -1
- package/dist/contextCarrier/index.js +0 -1
- package/dist/deadLetter/deadLetter.core.d.ts +0 -1
- package/dist/deadLetter/deadLetter.core.js +0 -1
- package/dist/deadLetter/deadLetter.type.d.ts +0 -1
- package/dist/deadLetter/deadLetter.type.js +0 -1
- package/dist/deadLetter/index.d.ts +0 -1
- package/dist/deadLetter/index.js +0 -1
- package/dist/inMemoryQueue/inMemoryQueue.core.d.ts +0 -1
- package/dist/inMemoryQueue/inMemoryQueue.core.js +1 -1
- package/dist/inMemoryQueue/inMemoryQueue.factory.d.ts +0 -1
- package/dist/inMemoryQueue/inMemoryQueue.factory.js +0 -1
- package/dist/inMemoryQueue/inMemoryQueue.processing.d.ts +19 -3
- package/dist/inMemoryQueue/inMemoryQueue.processing.js +37 -15
- package/dist/inMemoryQueue/inMemoryQueue.scheduling.d.ts +0 -1
- package/dist/inMemoryQueue/inMemoryQueue.scheduling.js +0 -1
- package/dist/inMemoryQueue/inMemoryQueue.settle.d.ts +0 -1
- package/dist/inMemoryQueue/inMemoryQueue.settle.js +0 -1
- package/dist/inMemoryQueue/index.d.ts +0 -1
- package/dist/inMemoryQueue/index.js +0 -1
- package/dist/inMemoryQueue/polling/inMemoryQueue.poller.d.ts +0 -1
- package/dist/inMemoryQueue/polling/inMemoryQueue.poller.js +0 -1
- package/dist/inMemoryQueue/polling/inMemoryQueue.select.d.ts +5 -1
- package/dist/inMemoryQueue/polling/inMemoryQueue.select.js +33 -10
- package/dist/inMemoryQueue/polling/index.d.ts +0 -1
- package/dist/inMemoryQueue/polling/index.js +0 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +4 -1
- package/dist/job/index.d.ts +0 -1
- package/dist/job/index.js +0 -1
- package/dist/job/job.core.d.ts +0 -1
- package/dist/job/job.core.js +0 -1
- package/dist/job/job.type.d.ts +0 -1
- package/dist/job/job.type.js +0 -1
- package/dist/jobContext/index.d.ts +0 -1
- package/dist/jobContext/index.js +0 -1
- package/dist/jobContext/jobContext.core.d.ts +0 -1
- package/dist/jobContext/jobContext.core.js +0 -1
- package/dist/jobContext/jobContext.type.d.ts +0 -1
- package/dist/jobContext/jobContext.type.js +0 -1
- package/dist/jobFailure/index.d.ts +8 -0
- package/dist/jobFailure/index.js +7 -0
- package/dist/jobFailure/jobFailure.unrecoverable.d.ts +51 -0
- package/dist/jobFailure/jobFailure.unrecoverable.js +65 -0
- package/dist/jobOptions/index.d.ts +0 -1
- package/dist/jobOptions/index.js +0 -1
- package/dist/jobOptions/jobOptions.core.d.ts +0 -1
- package/dist/jobOptions/jobOptions.core.js +0 -1
- package/dist/jobOptions/jobOptions.type.d.ts +0 -1
- package/dist/jobOptions/jobOptions.type.js +0 -1
- package/dist/jobResult/index.d.ts +0 -1
- package/dist/jobResult/index.js +0 -1
- package/dist/jobResult/jobResult.core.d.ts +8 -2
- package/dist/jobResult/jobResult.core.js +7 -2
- package/dist/jobResult/jobResult.type.d.ts +6 -1
- package/dist/jobResult/jobResult.type.js +0 -1
- package/dist/jobTypes/index.d.ts +0 -1
- package/dist/jobTypes/index.js +0 -1
- package/dist/jobTypes/jobTypes.type.d.ts +0 -1
- package/dist/jobTypes/jobTypes.type.js +0 -1
- package/dist/middleware/index.d.ts +0 -1
- package/dist/middleware/index.js +0 -1
- package/dist/middleware/middleware.core.d.ts +0 -1
- package/dist/middleware/middleware.core.js +0 -1
- package/dist/middleware/middleware.type.d.ts +0 -1
- package/dist/middleware/middleware.type.js +0 -1
- package/dist/processor/index.d.ts +0 -1
- package/dist/processor/index.js +0 -1
- package/dist/processor/processor.core.d.ts +0 -1
- package/dist/processor/processor.core.js +0 -1
- package/dist/processor/processor.type.d.ts +0 -1
- package/dist/processor/processor.type.js +0 -1
- package/dist/queue/index.d.ts +0 -1
- package/dist/queue/index.js +0 -1
- package/dist/queue/queue.core.d.ts +0 -1
- package/dist/queue/queue.core.js +0 -1
- package/dist/queue/queue.report.d.ts +0 -1
- package/dist/queue/queue.report.js +0 -1
- package/dist/queue/queue.type.d.ts +6 -1
- package/dist/queue/queue.type.js +0 -1
- package/dist/queueEmitter/index.d.ts +0 -1
- package/dist/queueEmitter/index.js +0 -1
- package/dist/queueEmitter/queueEmitter.core.d.ts +0 -1
- package/dist/queueEmitter/queueEmitter.core.js +0 -1
- package/dist/queueEmitter/queueEmitter.type.d.ts +0 -1
- package/dist/queueEmitter/queueEmitter.type.js +0 -1
- package/dist/queueErrors/index.d.ts +7 -0
- package/dist/queueErrors/index.js +6 -0
- package/dist/queueErrors/queueError.base.d.ts +13 -0
- package/dist/queueErrors/queueError.base.js +12 -0
- package/dist/queueManager/index.d.ts +0 -1
- package/dist/queueManager/index.js +0 -1
- package/dist/queueManager/queueManager.core.d.ts +0 -1
- package/dist/queueManager/queueManager.core.js +0 -1
- package/dist/queueManager/queueManager.type.d.ts +0 -1
- package/dist/queueManager/queueManager.type.js +0 -1
- package/dist/queueRegistry/index.d.ts +0 -1
- package/dist/queueRegistry/index.js +0 -1
- package/dist/queueRegistry/queueRegistry.core.d.ts +0 -1
- package/dist/queueRegistry/queueRegistry.core.js +0 -1
- package/dist/queueRegistry/queueRegistry.type.d.ts +0 -1
- package/dist/queueRegistry/queueRegistry.type.js +0 -1
- package/dist/retryPolicy/index.d.ts +1 -2
- package/dist/retryPolicy/index.js +1 -2
- package/dist/retryPolicy/retryPolicy.core.d.ts +7 -2
- package/dist/retryPolicy/retryPolicy.core.js +8 -3
- package/dist/serializer/index.d.ts +0 -1
- package/dist/serializer/index.js +0 -1
- package/dist/serializer/serializer.core.d.ts +0 -1
- package/dist/serializer/serializer.core.js +0 -1
- package/dist/serializer/serializer.type.d.ts +0 -1
- package/dist/serializer/serializer.type.js +0 -1
- package/dist/worker/index.d.ts +0 -1
- package/dist/worker/index.js +0 -1
- package/dist/worker/worker.core.d.ts +0 -1
- package/dist/worker/worker.core.js +0 -1
- package/dist/worker/worker.type.d.ts +0 -1
- package/dist/worker/worker.type.js +0 -1
- package/package.json +4 -4
package/dist/jobOptions/index.js
CHANGED
|
@@ -7,4 +7,3 @@ export declare const DEFAULT_JOB_OPTIONS: Readonly<Pick<JobOptions, "attempts" |
|
|
|
7
7
|
* Merges user-provided job options with defaults.
|
|
8
8
|
*/
|
|
9
9
|
export declare function mergeJobOptions(options?: JobOptions): Required<Pick<JobOptions, "attempts" | "timeout">> & Pick<JobOptions, "backoff" | "delay" | "priority" | "deduplicationKey" | "scheduledAt" | "metadata">;
|
|
10
|
-
//# sourceMappingURL=jobOptions.core.d.ts.map
|
package/dist/jobResult/index.js
CHANGED
|
@@ -5,8 +5,15 @@ import type { JobResult, JobProgress } from "./jobResult.type.js";
|
|
|
5
5
|
export declare function createJobResult<T>(data: T, durationMs: number): JobResult<T>;
|
|
6
6
|
/**
|
|
7
7
|
* Creates a failed job result.
|
|
8
|
+
*
|
|
9
|
+
* @param error - The failure message.
|
|
10
|
+
* @param durationMs - How long the attempt ran.
|
|
11
|
+
* @param options - Pass `unrecoverable: true` to dead-letter the job at
|
|
12
|
+
* once instead of retrying it.
|
|
8
13
|
*/
|
|
9
|
-
export declare function createJobErrorResult(error: string, durationMs: number
|
|
14
|
+
export declare function createJobErrorResult(error: string, durationMs: number, options?: {
|
|
15
|
+
readonly unrecoverable?: boolean;
|
|
16
|
+
}): JobResult;
|
|
10
17
|
/**
|
|
11
18
|
* Creates a job progress update.
|
|
12
19
|
*/
|
|
@@ -16,4 +23,3 @@ export declare function createJobProgress(percent: number, options?: {
|
|
|
16
23
|
currentStep?: number;
|
|
17
24
|
message?: string;
|
|
18
25
|
}): JobProgress;
|
|
19
|
-
//# sourceMappingURL=jobResult.core.d.ts.map
|
|
@@ -11,11 +11,17 @@ export function createJobResult(data, durationMs) {
|
|
|
11
11
|
}
|
|
12
12
|
/**
|
|
13
13
|
* Creates a failed job result.
|
|
14
|
+
*
|
|
15
|
+
* @param error - The failure message.
|
|
16
|
+
* @param durationMs - How long the attempt ran.
|
|
17
|
+
* @param options - Pass `unrecoverable: true` to dead-letter the job at
|
|
18
|
+
* once instead of retrying it.
|
|
14
19
|
*/
|
|
15
|
-
export function createJobErrorResult(error, durationMs) {
|
|
20
|
+
export function createJobErrorResult(error, durationMs, options = {}) {
|
|
16
21
|
return {
|
|
17
22
|
success: false,
|
|
18
23
|
error,
|
|
24
|
+
...(options.unrecoverable === true ? { unrecoverable: true } : {}),
|
|
19
25
|
durationMs,
|
|
20
26
|
timestamp: new Date().toISOString(),
|
|
21
27
|
};
|
|
@@ -33,4 +39,3 @@ export function createJobProgress(percent, options = {}) {
|
|
|
33
39
|
timestamp: new Date().toISOString(),
|
|
34
40
|
};
|
|
35
41
|
}
|
|
36
|
-
//# sourceMappingURL=jobResult.core.js.map
|
|
@@ -9,6 +9,12 @@ export interface JobResult<T = unknown> {
|
|
|
9
9
|
readonly data?: T;
|
|
10
10
|
/** Error message if the job failed. */
|
|
11
11
|
readonly error?: string;
|
|
12
|
+
/**
|
|
13
|
+
* When `true` on a failed result, the job is dead-lettered at once
|
|
14
|
+
* instead of being retried. See `markUnrecoverable` for the thrown-error
|
|
15
|
+
* equivalent.
|
|
16
|
+
*/
|
|
17
|
+
readonly unrecoverable?: boolean;
|
|
12
18
|
/** Duration of the job execution in milliseconds. */
|
|
13
19
|
readonly durationMs: number;
|
|
14
20
|
/** When the result was created. */
|
|
@@ -31,4 +37,3 @@ export interface JobProgress {
|
|
|
31
37
|
/** When the progress was updated. */
|
|
32
38
|
readonly timestamp: Timestamp;
|
|
33
39
|
}
|
|
34
|
-
//# sourceMappingURL=jobResult.type.d.ts.map
|
package/dist/jobTypes/index.d.ts
CHANGED
|
@@ -6,4 +6,3 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export { JobState, JobPriorityLevels, BackoffType, WorkerState, createJobId, createQueueName, createJobName, isJobId, isQueueName, isJobName, } from "./jobTypes.type.js";
|
|
8
8
|
export type { JobId, QueueName, JobName, JobPriority, BackoffStrategy, } from "./jobTypes.type.js";
|
|
9
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/jobTypes/index.js
CHANGED
package/dist/middleware/index.js
CHANGED
|
@@ -22,4 +22,3 @@ export declare function createLoggingMiddleware(logger?: {
|
|
|
22
22
|
* `AbortSignal` and let a cooperative processor stop its own work.
|
|
23
23
|
*/
|
|
24
24
|
export declare function createTimeoutMiddleware(timeoutMs: number, onTimeout?: () => void): QueueMiddleware;
|
|
25
|
-
//# sourceMappingURL=middleware.core.d.ts.map
|
package/dist/processor/index.js
CHANGED
|
@@ -56,4 +56,3 @@ export declare function isProcessor(value: unknown): value is Processor;
|
|
|
56
56
|
* @throws {TypeError} when the value is not callable.
|
|
57
57
|
*/
|
|
58
58
|
export declare function assertProcessor(value: unknown, jobName: string): asserts value is Processor;
|
|
59
|
-
//# sourceMappingURL=processor.type.d.ts.map
|
package/dist/queue/index.d.ts
CHANGED
|
@@ -7,4 +7,3 @@
|
|
|
7
7
|
export { createQueue, isQueue } from "./queue.core.js";
|
|
8
8
|
export type { Queue, QueueLogger, QueueOptions, QueueStats, QueueEventMap, } from "./queue.type.js";
|
|
9
9
|
export type { QueueEventEmitter } from "../queueEmitter/queueEmitter.type.js";
|
|
10
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/queue/index.js
CHANGED
package/dist/queue/queue.core.js
CHANGED
|
@@ -134,6 +134,12 @@ export interface QueueOptions {
|
|
|
134
134
|
* id, trace ids). See {@link QueueContextCarrier}.
|
|
135
135
|
*/
|
|
136
136
|
readonly contextCarriers?: readonly QueueContextCarrier[];
|
|
137
|
+
/**
|
|
138
|
+
* Source of randomness for retry jitter, returning a number in `[0, 1)`.
|
|
139
|
+
* Defaults to `Math.random`; inject a seeded function to make a jittered
|
|
140
|
+
* backoff reproducible in tests.
|
|
141
|
+
*/
|
|
142
|
+
readonly random?: () => number;
|
|
137
143
|
}
|
|
138
144
|
/**
|
|
139
145
|
* Statistics for a queue.
|
|
@@ -306,4 +312,3 @@ export type QueueEventMap = {
|
|
|
306
312
|
error: Error;
|
|
307
313
|
};
|
|
308
314
|
};
|
|
309
|
-
//# sourceMappingURL=queue.type.d.ts.map
|
package/dist/queue/queue.type.js
CHANGED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Queue error classes, re-exported from `@zudojs/errors`.
|
|
3
|
+
*
|
|
4
|
+
* @module queueErrors
|
|
5
|
+
*/
|
|
6
|
+
export { QueueError, createQueueError, isQueueError, toQueueError, QueueConnectionError, QueueNotFoundError, QueueClosedError, QueueDisposedError, JobError, JobNotFoundError, JobTimeoutError, JobCancelledError, JobSerializationError, JobDeserializationError, JobProcessingError, JobDuplicateError, JobMaxAttemptsError, JobStalledError, WorkerError, WorkerNotFoundError, WorkerLifecycleError, } from "./queueError.base.js";
|
|
7
|
+
export type { QueueErrorOptions } from "./queueError.base.js";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Queue error classes, re-exported from `@zudojs/errors`.
|
|
3
|
+
*
|
|
4
|
+
* @module queueErrors
|
|
5
|
+
*/
|
|
6
|
+
export { QueueError, createQueueError, isQueueError, toQueueError, QueueConnectionError, QueueNotFoundError, QueueClosedError, QueueDisposedError, JobError, JobNotFoundError, JobTimeoutError, JobCancelledError, JobSerializationError, JobDeserializationError, JobProcessingError, JobDuplicateError, JobMaxAttemptsError, JobStalledError, WorkerError, WorkerNotFoundError, WorkerLifecycleError, } from "./queueError.base.js";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Queue-specific error classes.
|
|
3
|
+
*
|
|
4
|
+
* Every class is owned by `@zudojs/errors` and re-exported here, so a queue
|
|
5
|
+
* consumer can import the errors the queue throws — `JobDuplicateError` from
|
|
6
|
+
* `add()`, `JobMaxAttemptsError` on a dead-lettered job — from the package
|
|
7
|
+
* it already depends on. `instanceof` checks against either import path
|
|
8
|
+
* match the same errors.
|
|
9
|
+
*
|
|
10
|
+
* @module queueErrors
|
|
11
|
+
*/
|
|
12
|
+
export { QueueError, createQueueError, isQueueError, toQueueError, QueueConnectionError, QueueNotFoundError, QueueClosedError, QueueDisposedError, JobError, JobNotFoundError, JobTimeoutError, JobCancelledError, JobSerializationError, JobDeserializationError, JobProcessingError, JobDuplicateError, JobMaxAttemptsError, JobStalledError, WorkerError, WorkerNotFoundError, WorkerLifecycleError, } from "@zudojs/errors";
|
|
13
|
+
export type { QueueErrorOptions } from "@zudojs/errors";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Queue-specific error classes.
|
|
3
|
+
*
|
|
4
|
+
* Every class is owned by `@zudojs/errors` and re-exported here, so a queue
|
|
5
|
+
* consumer can import the errors the queue throws — `JobDuplicateError` from
|
|
6
|
+
* `add()`, `JobMaxAttemptsError` on a dead-lettered job — from the package
|
|
7
|
+
* it already depends on. `instanceof` checks against either import path
|
|
8
|
+
* match the same errors.
|
|
9
|
+
*
|
|
10
|
+
* @module queueErrors
|
|
11
|
+
*/
|
|
12
|
+
export { QueueError, createQueueError, isQueueError, toQueueError, QueueConnectionError, QueueNotFoundError, QueueClosedError, QueueDisposedError, JobError, JobNotFoundError, JobTimeoutError, JobCancelledError, JobSerializationError, JobDeserializationError, JobProcessingError, JobDuplicateError, JobMaxAttemptsError, JobStalledError, WorkerError, WorkerNotFoundError, WorkerLifecycleError, } from "@zudojs/errors";
|
|
@@ -4,5 +4,4 @@
|
|
|
4
4
|
* Provides functions for calculating retry delays and
|
|
5
5
|
* creating backoff configurations.
|
|
6
6
|
*/
|
|
7
|
-
export { calculateRetryDelay, shouldRetry, createBackoffOptions, createFixedBackoff, createExponentialBackoff, } from "./retryPolicy.core.js";
|
|
8
|
-
//# sourceMappingURL=index.d.ts.map
|
|
7
|
+
export { DEFAULT_RETRY_BACKOFF, MAX_TIMER_DELAY, applyJitter, calculateRetryDelay, resolveBackoff, shouldRetry, createBackoffOptions, createFixedBackoff, createExponentialBackoff, } from "./retryPolicy.core.js";
|
|
@@ -4,5 +4,4 @@
|
|
|
4
4
|
* Provides functions for calculating retry delays and
|
|
5
5
|
* creating backoff configurations.
|
|
6
6
|
*/
|
|
7
|
-
export { calculateRetryDelay, shouldRetry, createBackoffOptions, createFixedBackoff, createExponentialBackoff, } from "./retryPolicy.core.js";
|
|
8
|
-
//# sourceMappingURL=index.js.map
|
|
7
|
+
export { DEFAULT_RETRY_BACKOFF, MAX_TIMER_DELAY, applyJitter, calculateRetryDelay, resolveBackoff, shouldRetry, createBackoffOptions, createFixedBackoff, createExponentialBackoff, } from "./retryPolicy.core.js";
|
|
@@ -30,8 +30,14 @@ export declare function applyJitter(delay: number, jitter: BackoffOptions["jitte
|
|
|
30
30
|
* The result is always a finite, non-negative number no greater than
|
|
31
31
|
* {@link MAX_TIMER_DELAY}. Jitter is applied only when the backoff opts
|
|
32
32
|
* into it, so a backoff without `jitter` stays deterministic.
|
|
33
|
+
*
|
|
34
|
+
* @param attempt - The 1-based number of the attempt that just failed.
|
|
35
|
+
* @param backoff - The backoff to apply; no backoff means no delay.
|
|
36
|
+
* @param random - Source of randomness for jitter, returning a number in
|
|
37
|
+
* `[0, 1)`. Defaults to `Math.random`; inject a seeded function to make a
|
|
38
|
+
* jittered backoff reproducible in tests.
|
|
33
39
|
*/
|
|
34
|
-
export declare function calculateRetryDelay(attempt: number, backoff?: BackoffOptions): number;
|
|
40
|
+
export declare function calculateRetryDelay(attempt: number, backoff?: BackoffOptions, random?: () => number): number;
|
|
35
41
|
/**
|
|
36
42
|
* Resolves the backoff to use for a job.
|
|
37
43
|
*
|
|
@@ -65,4 +71,3 @@ export declare function createExponentialBackoff(delay: number, options?: {
|
|
|
65
71
|
multiplier?: number;
|
|
66
72
|
jitter?: BackoffOptions["jitter"];
|
|
67
73
|
}): BackoffOptions;
|
|
68
|
-
//# sourceMappingURL=retryPolicy.core.d.ts.map
|
|
@@ -56,8 +56,14 @@ export function applyJitter(delay, jitter, random = Math.random) {
|
|
|
56
56
|
* The result is always a finite, non-negative number no greater than
|
|
57
57
|
* {@link MAX_TIMER_DELAY}. Jitter is applied only when the backoff opts
|
|
58
58
|
* into it, so a backoff without `jitter` stays deterministic.
|
|
59
|
+
*
|
|
60
|
+
* @param attempt - The 1-based number of the attempt that just failed.
|
|
61
|
+
* @param backoff - The backoff to apply; no backoff means no delay.
|
|
62
|
+
* @param random - Source of randomness for jitter, returning a number in
|
|
63
|
+
* `[0, 1)`. Defaults to `Math.random`; inject a seeded function to make a
|
|
64
|
+
* jittered backoff reproducible in tests.
|
|
59
65
|
*/
|
|
60
|
-
export function calculateRetryDelay(attempt, backoff) {
|
|
66
|
+
export function calculateRetryDelay(attempt, backoff, random = Math.random) {
|
|
61
67
|
if (!backoff) {
|
|
62
68
|
return 0;
|
|
63
69
|
}
|
|
@@ -76,7 +82,7 @@ export function calculateRetryDelay(attempt, backoff) {
|
|
|
76
82
|
return delay;
|
|
77
83
|
}
|
|
78
84
|
};
|
|
79
|
-
return clampDelay(applyJitter(clampDelay(base()), jitter));
|
|
85
|
+
return clampDelay(applyJitter(clampDelay(base()), jitter, random));
|
|
80
86
|
}
|
|
81
87
|
/**
|
|
82
88
|
* Resolves the backoff to use for a job.
|
|
@@ -117,4 +123,3 @@ export function createFixedBackoff(delay, options) {
|
|
|
117
123
|
export function createExponentialBackoff(delay, options) {
|
|
118
124
|
return createBackoffOptions(BackoffType.EXPONENTIAL, delay, options);
|
|
119
125
|
}
|
|
120
|
-
//# sourceMappingURL=retryPolicy.core.js.map
|
package/dist/serializer/index.js
CHANGED
package/dist/worker/index.d.ts
CHANGED
package/dist/worker/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zudojs/queue",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"description": "Background job and asynchronous task infrastructure with in-memory and adapter-based queue implementations.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"!dist/.tsbuildinfo"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@zudojs/errors": "1.
|
|
29
|
-
"@zudojs/constants": "1.
|
|
30
|
-
"@zudojs/serialization": "1.
|
|
28
|
+
"@zudojs/errors": "1.4.0",
|
|
29
|
+
"@zudojs/constants": "1.2.0",
|
|
30
|
+
"@zudojs/serialization": "1.3.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"typescript": "7.0.2",
|