js-compute-runtime icon indicating copy to clipboard operation
js-compute-runtime copied to clipboard

Fully unique dynamic backend names

Open guybedford opened this issue 1 year ago • 0 comments

Currently we assign dynamic backend names based on the host name only.

This results in backends being shared incorrectly when they have different configurations.

We should either implement a full hashing routine over the backend configuration, or use a feature like https://github.com/fastly/ExecuteD/issues/4480 to resolve this.

guybedford avatar Nov 26 '24 17:11 guybedford