Skip to content

Commit

Permalink
Merge pull request #118 from jrf0110/patch-1
Browse files Browse the repository at this point in the history
Add singletonNextSlot to publish options type
  • Loading branch information
timgit committed Jul 30, 2019
2 parents 4bcd585 + 7416ca5 commit cc63812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ declare namespace PgBoss {
singletonSeconds?: number;
singletonMinutes?: number;
singletonHours?: number;
singletonNextSlot?: boolean;
retryLimit?: number;
retryDelay?: number;
retryBackoff?: boolean;
Expand Down

0 comments on commit cc63812

Please sign in to comment.