From 106d45fba7f9ccf098de2314eb34be02e01fe4df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sebastian=20kr=C3=A4mer?= Date: Sat, 26 May 2018 21:28:17 +0200 Subject: [PATCH] add property attemptsMade --- types/bull/index.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/types/bull/index.d.ts b/types/bull/index.d.ts index 15de8adfde..dd97de15ac 100644 --- a/types/bull/index.d.ts +++ b/types/bull/index.d.ts @@ -95,6 +95,11 @@ declare namespace Bull { */ data: any; + /** + * How many attempts where made to run this job + */ + attemptsMade: number; + /** * Report progress on a job */