GSA/srt-fbo-scraper

BUG: Ran out of disk space

Closed this issue · 1 comments

Expected Behavior

The cloud.gov space that we deploy the application to should have ample disk space for us to temporarily write documents to.

Current Behavior

We currently have a 2GB disk quota, but this is largely consumed by the size of the running docker container. When there are a lot of solicitations to download and textract, we hit the following error:
python

OSError: [Errno 28] No space left on device\

Possible Solution

Increase the disk space quota.

Context

This is an important fix as hitting this OSError prevents us from textracting solicitation docs.

Vertically scaling both dev and staging using cf scale <app> -k 3G closes this.