Skip to content

autoStart property in DataExtractors #2

@haxdai

Description

@haxdai

DataExtractors start at platform initialization (eng.initPlatform(session)). It would be useful to prevent this behavior when extractors are meant to be executed on demand. Maybe using a property with default value to true:

eng.dataExtractors["UserExtractor"] = {
  autoStart: false,
  timer: { time: 10, unit: "m" },
  dataSource: "User",
  class: "my.package.UserExtractor"
};

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions