internetarchive / openlibrary

One webpage for every book ever published!

Home Page:https://openlibrary.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`/usergroup`, `/collections` isn't loading on production

scottbarnes opened this issue · comments

Related: #9364 (possibly related)

Problem

Relevant URL(s)

Visit https://openlibrary.org/usergroup/, and get:

504 Gateway Time-out
nginx/1.18.0 (Ubuntu)

Reproducing the bug

  1. Go to https://openlibrary.org/usergroup/
  • Expected behavior: the page loads and displays the user groups.
  • Actual behavior: the page does not load.

Context

  • Environment (prod, dev, local): prod

Notes from this Issue's Lead

Proposal & constraints

Related files

@jimchamp notes this may be relate to https://github.com/internetarchive/openlibrary/blob/master/openlibrary/macros/PageList.html.

Stakeholders

@jimchamp
@seabelis

Note: Before making a new branch or updating an existing one, please ensure your branch is up to date.

Might be worth looking through the release to see if anything there looks suspect https://github.com/internetarchive/openlibrary/releases/tag/deploy-2024-05-23

Also I'm less convinced now that this is related to @scottbarnes ' ILIKE changes in internetarchive/infogami#217, since this works fine/quickly: http://openlibrary.org/query.json?type=/type/page&key~=/collections/*&limit=500

This page can be used for testing now; @jimchamp hard-coded the collection page list in the mean time 👍 https://openlibrary.org/collections.en?v=28

commented

Should be closed by: internetarchive/infogami#221