(dateOrTimestamp: Date | number)
| 122 | retries(n: number): this; |
| 123 | backoff(strategy: string, delayFactor?: number): this; |
| 124 | delayUntil(dateOrTimestamp: Date | number): this; |
| 125 | timeout(milliseconds: number): this; |
| 126 | save(): Promise<this>; |
| 127 | save(cb: (err: Error, job: this) => void): void; |
no outgoing calls
no test coverage detected