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:
Navigate to scale.../api/v6/ingests
Observe a 504 Gateway Timeout
Expected behavior
The /ingests API should return a list response of all ingests within a reasonable amount of time.
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:
Expected behavior The
/ingests
API should return a list response of all ingests within a reasonable amount of time.