Discussions in Slack have highlighted how slow responses from /recents can be, as confirmed by New Relic. This slowness has also led to such a large number of QueryCancelled errors in Honeybadger that we silenced that error specifically.
Possible solutions range from simple (periodically truncate the recents table) to something with a little more finesse -- see Slack thread and past PR 3285.
Discussions in Slack have highlighted how slow responses from
/recentscan be, as confirmed by New Relic. This slowness has also led to such a large number of QueryCancelled errors in Honeybadger that we silenced that error specifically.Possible solutions range from simple (periodically truncate the recents table) to something with a little more finesse -- see Slack thread and past PR 3285.