bullmq 1.87.0 → 1.87.1
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.
@@ -94,7 +94,7 @@ export declare class Job<DataType = any, ReturnType = any, NameType extends stri
|
|
94
94
|
*/
|
95
95
|
repeatJobKey?: string;
|
96
96
|
protected toKey: (type: string) => string;
|
97
|
-
|
97
|
+
protected discarded: boolean;
|
98
98
|
protected scripts: Scripts;
|
99
99
|
constructor(queue: MinimalQueue,
|
100
100
|
/**
|
@@ -94,7 +94,7 @@ export declare class Job<DataType = any, ReturnType = any, NameType extends stri
|
|
94
94
|
*/
|
95
95
|
repeatJobKey?: string;
|
96
96
|
protected toKey: (type: string) => string;
|
97
|
-
|
97
|
+
protected discarded: boolean;
|
98
98
|
protected scripts: Scripts;
|
99
99
|
constructor(queue: MinimalQueue,
|
100
100
|
/**
|