podaac / gibs-imagestat

Calculate statistics on GIBS hosted imagery
Apache License 2.0
1 stars 0 forks source link

Remove call to subprocess #11

Closed frankinspace closed 2 years ago

frankinspace commented 2 years ago

Current code is invoking a subprocess and reading the stdout to retrieve the results. When deployed, we should be using something like gunicorn to manage processes per request. (https://www.uvicorn.org/deployment/#gunicorn)

Don't need to setup gunicorn yet but let's remove the subprocess from the code.

vaishnaviyathirajam commented 2 years ago

Can i close this issue?