ArcadiaPower / arc-quickstart

A sample app and accompanying walkthrough for the Arc APIs
7 stars 5 forks source link

Mike's CORRECT creds never got any statements webhooks #16

Closed jakedouglas closed 3 years ago

jakedouglas commented 3 years ago

UC ID 1797

irb(main):025:0> pp uc.utility_accounts.map { |ua| [ua.status, ua.utility_statements.count] }
[[<UtilityAccounts::Status> "active", 1],
 [<UtilityAccounts::Status> "inactive", 0],
 [<UtilityAccounts::Status> "inactive", 0],
 [<UtilityAccounts::Status> "inactive", 1],
 [<UtilityAccounts::Status> "inactive", 1]]

There should at least be > 1 statement for the active account. Not sure about the inactive ones.

image

Despite no statements for some of the billing_histories scrapes, they all came back success: true, so we need to figure out why he did not get any statements WEBHOOKS.

johnnyman727 commented 3 years ago

Moving this into two triaged Jira tickets: https://arcadiapower.atlassian.net/browse/UD-2175, https://arcadiapower.atlassian.net/browse/EN-674