mozilla / active-data-recipes

A repository of various activedata queries and recipes
Mozilla Public License 2.0
8 stars 24 forks source link

Cron failures #105

Closed klahnakoski closed 5 years ago

klahnakoski commented 5 years ago

Looking at

c:\python36\Scripts\adr.exe config_durations --verbose

the branches is empty

At this point in the debugger https://github.com/mozilla/active-data-recipes/blob/master/adr/recipes/config_durations.py#L15 `branches is, indeed, empty

image

klahnakoski commented 5 years ago

I blame the lack of default value from this changeset:

https://github.com/mozilla/active-data-recipes/commit/57eddf8921a0f23f1893b5bcf3c653120f51091d#diff-1fd0892d2b93fe30e321b96b4a4e9e4aL14

ahal commented 5 years ago

This got fixed and hasn't been failing recently. Thanks for the investigation!