Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy Updates to Production #43

Closed
ashcrow opened this issue May 13, 2013 · 1 comment
Closed

Deploy Updates to Production #43

ashcrow opened this issue May 13, 2013 · 1 comment
Assignees

Comments

@ashcrow
Copy link
Member

ashcrow commented May 13, 2013

Take the latest updates in repo and push them to production.

@ashcrow
Copy link
Member Author

ashcrow commented May 13, 2013

Pushed a89e077

Good news:

>>> import json, urllib
>>> d = urllib.urlopen('https://victims-websec.rhcloud.com/service/v2/update/2002-01-02T10:10:10/').read()
>>> a = json.loads(d)
>>> print len(a)
352

Bad News: It took over a minute to get all of the hash data. Though it's still better than the container killing off the response.

@ashcrow ashcrow closed this as completed May 13, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant