Created
April 6, 2017 17:00
-
-
Save rohansb/4ba6295aa2c8f3fa44f9ed03ad950d1c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-04-06 09:29:43,292 - __main__ - INFO - started task: 1 | |
2017-04-06 09:29:43,303 - __main__ - INFO - started task: 2 | |
2017-04-06 09:29:43,313 - __main__ - INFO - started task: 3 | |
2017-04-06 09:29:43,323 - __main__ - INFO - started task: 4 | |
2017-04-06 09:29:43,333 - __main__ - INFO - started task: 5 | |
2017-04-06 09:29:48,365 - __main__ - INFO - finished task: 5 , process took: 5.032242774963379 | |
2017-04-06 09:29:48,367 - __main__ - INFO - finished task: 2 , process took: 5.064499855041504 | |
2017-04-06 09:29:48,368 - __main__ - INFO - finished task: 1 , process took: 5.076158046722412 | |
2017-04-06 09:29:48,536 - __main__ - INFO - finished task: 4 , process took: 5.213091850280762 | |
2017-04-06 09:29:48,536 - __main__ - INFO - finished task: 3 , process took: 5.223198890686035 | |
2017-04-06 09:29:48,537 - __main__ - INFO - finished all tasks!! Entire process took: 5.245172023773193 | |
2017-04-06 09:29:48,537 - __main__ - INFO - task_result : <ClientResponse(https://api.github.com/) [200 OK]> | |
<CIMultiDictProxy('Server': 'GitHub.com', 'Date': 'Thu, 06 Apr 2017 16:29:44 GMT', 'Content-Type': 'application/json; charset=utf-8', 'Transfer-Encoding': 'chunked', 'Status': '200 OK', 'X-Ratelimit-Limit': '60', 'X-Ratelimit-Remaining': '56', 'X-Ratelimit-Reset': '1491499426', 'Cache-Control': 'public, max-age=60, s-maxage=60', 'Vary': 'Accept', 'Etag': 'W/"7dc470913f1fe9bb6c7355b50a0737bc"', 'X-Github-Media-Type': 'github.v3; format=json', 'Access-Control-Expose-Headers': 'ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval', 'Access-Control-Allow-Origin': '*', 'Content-Security-Policy': "default-src 'none'", 'Strict-Transport-Security': 'max-age=31536000; includeSubdomains; preload', 'X-Content-Type-Options': 'nosniff', 'X-Frame-Options': 'deny', 'X-Xss-Protection': '1; mode=block', 'Vary': 'Accept-Encoding', 'X-Served-By': '07ff1c8a09e44b62e277fae50a1b1dc4', 'Content-Encoding': 'gzip', 'X-Github-Request-Id': '86C6:4283:EF5312:129F86B:58E66CF8')> | |
2017-04-06 09:29:48,537 - __main__ - INFO - task_result_generator : <generator object ClientResponse.json at 0x1106d2938> | |
2017-04-06 09:29:48,538 - __main__ - DEBUG - Failed to process the job response: {'starred_url': 'https://api.github.com/user/starred{/owner}{/repo}', 'emails_url': 'https://api.github.com/user/emails', 'starred_gists_url': 'https://api.github.com/gists/starred', 'notifications_url': 'https://api.github.com/notifications', 'user_organizations_url': 'https://api.github.com/user/orgs', 'following_url': 'https://api.github.com/user/following{/target}', 'hub_url': 'https://api.github.com/hub', 'feeds_url': 'https://api.github.com/feeds', 'user_url': 'https://api.github.com/users/{user}', 'organization_url': 'https://api.github.com/orgs/{org}', 'rate_limit_url': 'https://api.github.com/rate_limit', 'commit_search_url': 'https://api.github.com/search/commits?q={query}{&page,per_page,sort,order}', 'user_repositories_url': 'https://api.github.com/users/{user}/repos{?type,page,per_page,sort}', 'events_url': 'https://api.github.com/events', 'keys_url': 'https://api.github.com/user/keys', 'gists_url': 'https://api.github.com/gists{/gist_id}', 'issues_url': 'https://api.github.com/issues', 'current_user_url': 'https://api.github.com/user', 'followers_url': 'https://api.github.com/user/followers', 'team_url': 'https://api.github.com/teams', 'current_user_authorizations_html_url': 'https://github.com/settings/connections/applications{/client_id}', 'code_search_url': 'https://api.github.com/search/code?q={query}{&page,per_page,sort,order}', 'emojis_url': 'https://api.github.com/emojis', 'repository_search_url': 'https://api.github.com/search/repositories?q={query}{&page,per_page,sort,order}', 'user_search_url': 'https://api.github.com/search/users?q={query}{&page,per_page,sort,order}', 'repository_url': 'https://api.github.com/repos/{owner}/{repo}', 'organization_repositories_url': 'https://api.github.com/orgs/{org}/repos{?type,page,per_page,sort}', 'public_gists_url': 'https://api.github.com/gists/public', 'issue_search_url': 'https://api.github.com/search/issues?q={query}{&page,per_page,sort,order}', 'authorizations_url': 'https://api.github.com/authorizations', 'current_user_repositories_url': 'https://api.github.com/user/repos{?type,page,per_page,sort}'} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment