openaustralia / yinyo

A wonderfully simple API driven service to reliably execute many long running scrapers in a super scaleable way
https://yinyo.io
Apache License 2.0
6 stars 1 forks source link

When uploading application and cache check that file is correctly formatted tgz file #63

Closed mlandauer closed 4 years ago

mlandauer commented 4 years ago

If the file is not correctly formatted the api call for uploading should return an error.

Currently we only get an error when we download the file and try to uncompress it which happens later in the process which makes things a little confusing and hard to debug.