Skip to content

Address Timeout Error

Paul Tomasula requested to merge timeout-error into main

With the catalog now expanded, the time to read and build the Catalog-To-XPublish server has increased, beyond the 30 second start-up allowed by the default settings. This PR includes two changes.

  1. increases gunicorn worker timeout limit to 500 seconds to allow startup to complete fully (that process currently take around 120 seconds).
  2. updates the Catalog-To-Xpublish version to the latest release, which includes performance optimizations for reading and iterating through the STAC catalog.

cc: @sjordan_limno.com @aaufdenkampe_limno.com

Merge request reports