Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

run Gittip #14 #282

Closed
chadwhitacre opened this issue Sep 6, 2012 · 8 comments
Closed

run Gittip #14 #282

chadwhitacre opened this issue Sep 6, 2012 · 8 comments

Comments

@chadwhitacre
Copy link
Contributor

13

@chadwhitacre
Copy link
Contributor Author

Backup taken and verified.

@chadwhitacre
Copy link
Contributor Author

Yes we have enough in escrow (haven't landed #265 yet).

@chadwhitacre
Copy link
Contributor Author

Failed after 3800 payins (out of ~4500) with error:

ConnectionError: HTTPSConnectionPool(host='api.balancedpayments.com', port=443):
    Max retries exceeded with url:

:-(

I've been running this locally on my laptop so it is more likely to be a transient local network problem than a Balanced issue.

@chadwhitacre
Copy link
Contributor Author

We're going to have to repair numbers in the payday table as we did a couple weeks ago. #261 for the issue, #204 for the fix.

@chadwhitacre
Copy link
Contributor Author

Blech. :-(

BalancedError: Invalid content type "text/html": <html><body><h1>502 Bad Gateway</h1>
The server returned an invalid or incomplete response.

@chadwhitacre
Copy link
Contributor Author

Verified in logs that no-one was double-charged:

$ grep 'Charging' gittip-14.* | grep 'succeeded' | wc -l
      68
$ grep 'Charging' gittip-14.* | grep 'succeeded' | sort | uniq | wc -l
      68
$ 

@chadwhitacre
Copy link
Contributor Author

Also that no-one was double-credited:

$ grep 'Crediting' gittip-14.* | grep 'succeeded' | wc -l
       5
$ grep 'Crediting' gittip-14.* | grep 'succeeded' | sort | uniq | wc -l
       5
$ 

@chadwhitacre
Copy link
Contributor Author

It was quite remarkable that the third attempt--the first one to reach the payouts phase--completed literally a split second before my computer announced, "It's 7:30." I had until 4:30 PM PDT to register payouts for deposit tomorrow. Here's hoping we made it!

I've reticketed dealing with API HTTP failures as #283.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant