conveyal / otpa-cluster

Cluster backend for otpa many-to-many queries.
0 stars 1 forks source link

Don't use stable paths to identify actors #29

Closed mattwigway closed 9 years ago

mattwigway commented 9 years ago

What happens is that a worker dies, and it takes some number of seconds to figure that out. If in that time the worker has respawned with the same path, we will pull the new actor out of circulation, rather than the old one.

I'm going to fix this by identifying workers using UUID's.