Open ivanmkc opened 3 years ago
Calling the /api/result route eventually write the result to disk, which would eventually run out of space. This should be written to blob storage of some kind like GCS which can grow indefinitely.
/api/result
https://github.com/thebaumlaboratory/PlasmoCount/blob/b3c776ead5f436fa6e3ed0aca7d8f1683f5f4e49/api/programs/result.py#L52
Calling the
/api/result
route eventually write the result to disk, which would eventually run out of space. This should be written to blob storage of some kind like GCS which can grow indefinitely.https://github.com/thebaumlaboratory/PlasmoCount/blob/b3c776ead5f436fa6e3ed0aca7d8f1683f5f4e49/api/programs/result.py#L52