examples-go icon indicating copy to clipboard operation
examples-go copied to clipboard

photos: fails to start if cockroach doesn't exist

Open BramGruneir opened this issue 8 years ago • 1 comments

When starting, if cockroach hasn't started yet, photos fails to start.

Having it fault tolerant at startup allows us to start up photos alongside cockroach in testing environments.

BramGruneir avatar Dec 14 '16 19:12 BramGruneir

Probably need to borrow the -tolerate-errors flag and implementation form block_writer.

petermattis avatar Dec 14 '16 19:12 petermattis