baleen
baleen copied to clipboard
Configurable Scheduling
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.