Skip to content

Commit

Permalink
Add deleteArchivedJobsEvery & deleteCheckInterval to types.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yammine committed Feb 28, 2019
1 parent db28c75 commit 946c49b
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 @@ -40,6 +40,8 @@ declare namespace PgBoss {
archiveCheckInterval?: number;
archiveCheckIntervalSeconds?: number;
archiveCheckIntervalMinutes?: number;
deleteArchivedJobsEvery?: string;
deleteCheckInterval?: number;
}

type ConstructorOptions = DatabaseOptions & JobCreationOptions & JobFetchOptions & JobExpirationOptions & JobArchiveOptions;
Expand Down

0 comments on commit 946c49b

Please sign in to comment.