inhindsight / hindsight

Apache License 2.0
12 stars 8 forks source link

Enable multi-node support for all services #234

Open jdenen opened 4 years ago

jdenen commented 4 years ago

Our services do not support clustering at the moment. They should.

jeffgrunewald commented 4 years ago

Should these be truly concurrent multi-node apps or simpler active/passive OTP failover apps?

jdenen commented 4 years ago

I'd default to concurrency. It may be that Acquire/Define are better served with failover nodes, but this issue is about concurrency.