Skip to content

Commit

Permalink
Merge pull request #92 from polesen/typescript-PublishOptions-allow-r…
Browse files Browse the repository at this point in the history
…etry

Adding missing properties retryDelay and retryBackoff to ts definitio…
  • Loading branch information
timgit committed Oct 5, 2018
2 parents 2f9e108 + 157c569 commit ec7d7e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ declare namespace PgBoss {
singletonMinutes?: number;
singletonHours?: number;
retryLimit?: number;
retryDelay?: number;
retryBackoff?: boolean;
expireIn?: string;
}

Expand Down

0 comments on commit ec7d7e3

Please sign in to comment.