[bull] add defaultJobOptions to QueueOptions

This commit is contained in:
Oleg Repin
2018-02-26 11:28:31 +03:00
parent 38a16c7ac7
commit be24886f7a

View File

@@ -5,6 +5,7 @@
// Marshall Cottrell <https://github.com/marshall007>
// Weeco <https://github.com/weeco>
// Gabriel Terwesten <https://github.com/blaugold>
// Oleg Repin <https://github.com/iamolegga>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
@@ -51,6 +52,8 @@ declare namespace Bull {
settings?: AdvancedSettings;
limiter?: RateLimiter;
defaultJobOptions?: JobOptions;
}
interface AdvancedSettings {