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

`make buckets` should wait for minio to be ready #70

Closed mlandauer closed 4 years ago

mlandauer commented 4 years ago

Most of the time when you run make buckets it's just after you've started skaffold and minio is starting up. So, it's perfectly possible that minio hasn't started up fully yet. Rather than erroring (and having a half-baked comment in the README about this) why don't we make make buckets wait for minio to be ready. If it isn't ready when you run make buckets it should echo a little helpful message.

mlandauer commented 4 years ago

Given your time limitations today @jamezpolley I think I'll pick up this ticket if that's okay