method=GET path=/api/v1/accounts/979/statusesに対してRack::Timeout::RequestTimeoutException (Request waited 3ms, then ran for longer than 59997ms)を出す組が3つ。僕が見ようとしたやつやーw
app/controllers/application_controller.rb:89:in `cache_collection'
app/controllers/api/v1/accounts/statuses_controller.rb:26:in `cached_account_statuses'
app/controllers/api/v1/accounts/statuses_controller.rb:22:in `load_statuses'
app/controllers/api/v1/accounts/statuses_controller.rb:11:in `index'
ScoutでSQLが見えた♪
SELECT "statuses"."id", "statuses"."updated_at" FROM "statuses" LEFT OUTER JOIN mentions ON statuses.id = mentions.status_id AND mentions.account_id = ? WHERE "statuses"."account_id" = ? AND ("statuses"."visibility" IN (?) OR "mentions"."id" IS NOT NULL) ORDER BY "statuses"."id" DESC, "statuses"."visibility" DESC LIMIT ?