change-metrics / monocle

Monocle helps teams and individual to better organize daily duties and to detect anomalies in the way changes are produced and reviewed.
https://demo.changemetrics.io/
GNU Affero General Public License v3.0
362 stars 56 forks source link

Crawler failed to load when using loop_delay_sec #1085

Closed leonid-deriv closed 7 months ago

leonid-deriv commented 7 months ago

define loop_delay_sec, crawler failing during startup Maybe I put it in the wrong place?

crawlers:
  # Wait one hour between iteration
  loop_delay_sec: 3600
  -  name: xxx
      provider: ...
  - name: yyy
     provider
morucci commented 7 months ago

Yes, it is not the right place. I'll provide a clarification in the documentation. This is a top level parameter. https://github.com/change-metrics/monocle/blob/master/schemas/monocle/config/Config/Type.dhall#L3

leonid-deriv commented 7 months ago

thank you.