fredrikhgrelland / data-mesh

A cloud native data mesh implementation
Apache License 2.0
12 stars 8 forks source link

Fixing create buckets in minio #52

Closed pdmthorsrud closed 4 years ago

pdmthorsrud commented 4 years ago

Now forcing an exit 2 if the task fails to add the minio as host (was 1 before, which meant the task kept on going and eventually exiting with 0).

Retries are way overkill, but wanted to get something up quickly so I can keep working on adding a vagrantfile. This is a blocker to that.

Closes #51