ngageoint / scale

Processing framework for containerized algorithms
http://ngageoint.github.io/scale/
Apache License 2.0
105 stars 45 forks source link

Query Performance - /ingests API #1897

Open emimaesmith opened 4 years ago

emimaesmith commented 4 years ago

Description The /ingests API has been responding with a 504 Gateway Timeout on multiple test instances. This is obviously not ideal as this endpoint (without any parameters) should be returning a list of all ingests.

Reproduction Steps Steps to reproduce the problem:

  1. Navigate to scale.../api/v6/ingests
  2. Observe a 504 Gateway Timeout

Expected behavior The /ingests API should return a list response of all ingests within a reasonable amount of time.