examples-go
examples-go copied to clipboard
photos: fails to start if cockroach doesn't exist
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.
Probably need to borrow the -tolerate-errors
flag and implementation form block_writer
.