@hastehaul/common 2.3.0 → 2.4.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.
|
@@ -12,7 +12,7 @@ export declare abstract class AbstractJobQueue {
|
|
|
12
12
|
*/
|
|
13
13
|
constructor(queueName: string, useReplicas?: boolean);
|
|
14
14
|
/**
|
|
15
|
-
* Abstract method to add jobs to the job queue.
|
|
15
|
+
* Abstract method to add jobs to the job queue. onpe
|
|
16
16
|
*
|
|
17
17
|
* This method should be implemented by subclasses to add specific jobs to the queue.
|
|
18
18
|
*
|