Unstructured-IO / unstructured-api

Apache License 2.0
489 stars 102 forks source link

chore: add a log message when returning 503 due to low memory #320

Closed awalker4 closed 9 months ago

awalker4 commented 9 months ago

Clarify what's causing the error for the user. To test, set the free minimum really high and check that the log message shows.

export UNSTRUCTURED_MEMORY_FREE_MINIMUM_MB=16000
make run-web-app

file=sample-docs/layout-parser-paper.pdf
curl -X POST 'http://localhost:8000/general/v0/general' --form files="@$file"
awalker4 commented 9 months ago

@qued , pinging you since we had discussed this a few weeks ago.