baleen icon indicating copy to clipboard operation
baleen copied to clipboard

Configurable Scheduling

Open will2041 opened this issue 7 years ago • 0 comments

Acceptance criteria:

  • Ability to configure the frequency of how often ingestion runs

Current run frequency is hard coded to every hour: https://github.com/DistrictDataLabs/baleen/blob/master/baleen/console/commands/run.py#L51

We'll need to add a configuration option for this (file, command line, whatever) and respect that. Heck, even a default of an hour is OK. Knowledge of https://github.com/bbengfort/confire will help.

will2041 avatar May 22 '17 03:05 will2041