home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 404338345

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/339#issuecomment-404338345 https://api.github.com/repos/simonw/datasette/issues/339 404338345 MDEyOklzc3VlQ29tbWVudDQwNDMzODM0NQ== 9599 2018-07-11T23:09:24Z 2018-07-11T23:09:24Z OWNER

It sounds like you're running into the Sanic default response timeout value of 60 seconds: https://github.com/channelcat/sanic/blob/master/docs/sanic/config.md#builtin-configuration-values

For the moment you can over-ride that using an environment variable like this:

SANIC_RESPONSE_TIMEOUT=6000 datasette fivethirtyeight.db -p 8008 --config sql_time_limit_ms:600000
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
340396247  
Powered by Datasette · Queries took 4.382ms · About: github-to-sqlite