interface EngineOptions {
    logger?: LoggerInstance;
    maxInactivityTime?: number;
    strategies?: { [type: string]: OpenStrategy[] };
    transformOptions?: TransformOptions;
}

Properties

Debug logger for development and deep troubleshooting

maxInactivityTime?: number

Maximum time of inactivity before the firehose notify that is hold

strategies?: { [type: string]: OpenStrategy[] }

Strategies to be applied over the jobs

transformOptions?: TransformOptions

Transform streams options