Skip to content

Instantly share code, notes, and snippets.

@brson
Created June 1, 2016 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brson/a45ee741504eb94ddf89a8996a8c1ac4 to your computer and use it in GitHub Desktop.
Save brson/a45ee741504eb94ddf89a8996a8c1ac4 to your computer and use it in GitHub Desktop.
2016-06-01T17:26:29.194770+00:00 app[web.1]: measure#nginx.service=0.001 request_id=c719adb1-16f8-4eba-b342-f35a68e225c4
2016-06-01T17:26:29.232374+00:00 app[web.1]: INFO:conduit_log_requests: 127.0.0.1:54864 [2016-06-01T17:26:29Z] Get /api/v1/crates/semver/0.2.3/download - 8ms 302
2016-06-01T17:26:29.234651+00:00 app[web.1]: measure#nginx.service=0.011 request_id=ae1ed922-0bd3-4a58-a72f-a43abd881908
2016-06-01T17:26:29.179052+00:00 heroku[router]: at=info method=GET path="/api/v1/crates/winapi/0.2.7/authors?_=1464801621228" host=crates.io request_id=913f1ce1-d380-4921-8c60-7897ee890778 fwd="192.31.242.66" dyno=web.2 connect=2ms service=119ms status=200 bytes=355
2016-06-01T17:26:29.192245+00:00 heroku[router]: at=info method=GET path="/assets/ajax-loader-1055ecf8290cc425e7f01607a30a68da.gif" host=crates.io request_id=c719adb1-16f8-4eba-b342-f35a68e225c4 fwd="192.31.242.66" dyno=web.1 connect=0ms service=1ms status=200 bytes=906
2016-06-01T17:26:29.230797+00:00 heroku[router]: at=info method=GET path="/api/v1/crates/semver/0.2.3/download" host=crates.io request_id=ae1ed922-0bd3-4a58-a72f-a43abd881908 fwd="52.22.60.255" dyno=web.1 connect=1ms service=12ms status=302 bytes=344
2016-06-01T17:26:29.113309+00:00 heroku[router]: at=info method=GET path="/api/v1/crates/winapi/reverse_dependencies?_=1464801621230" host=crates.io request_id=06e84ae1-4fb5-437b-99d4-64b0d4bea757 fwd="192.31.242.66" dyno=web.1 connect=0ms service=52ms status=200 bytes=651
2016-06-01T17:26:29.128301+00:00 heroku[router]: at=info method=GET path="/api/v1/crates/winapi/owners?_=1464801621229" host=crates.io request_id=167e6bc7-22ab-4cc0-923f-f7c461291e93 fwd="192.31.242.66" dyno=web.2 connect=0ms service=67ms status=200 bytes=476
2016-06-01T17:26:29.287937+00:00 heroku[router]: at=info method=GET path="/api/v1/crates/winapi/downloads?_=1464801621232" host=crates.io request_id=755c7cd9-fef3-44d6-a38a-981066f982fb fwd="192.31.242.66" dyno=web.2 connect=1ms service=170ms status=200 bytes=4960
2016-06-01T17:26:29.370773+00:00 heroku[router]: at=info method=GET path="/assets/package-1c1dcb9e4e22b419cc85e7dd6546f873.png" host=crates.io request_id=e67eafd4-0ae5-4d3d-9dd0-466e8cdf6646 fwd="192.31.242.66" dyno=web.2 connect=20ms service=12ms status=200 bytes=2651
2016-06-01T17:26:30Z app[postgres.10404]: [JADE] process 10404 still waiting for ExclusiveLock on tuple (6988,79) of relation 16535 of database 16385 after 1000.133 ms
Query: UPDATE version_downloads
SET downloads = downloads + 1
WHERE version_id = $1 AND date($2) = date(date)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment