Skip to content

autoStart property in DataExtractors #2

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"
};

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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