Open gjost opened 3 years ago
Looks like it's time to break up the collections list page. I'd recommend have an initial page that lists organizations, followed by paginated collections lists for each organization.
@GeoffFroh: Turn off the sync status functionality on the collections list page for now so the archivists can get their work done.
The collections list page is timing out and showing an Nginx 502 gateway error page. This issue affects multiple VMs. Affected VMs are able to run
ssh git@mits.densho.org info
asddr
without issue. Disk space is not a problem. VMs can view and work in individual collections.To test I installed
ddr-local
on maunakea and ran the following code, adapted fromddr-local:webui.views.collections.collections
:This took betw
46s
and1:28
to complete. Theddrlocal
upstreamfail_timeout
in/etc/nginx/sites-enabled/ddrlocal.conf
is set to 600s so this is not quite long enough to cause a timeout.