fastly / js-compute-runtime

JavaScript SDK and runtime for building Fastly Compute applications
https://developer.fastly.com/learning/compute/javascript/
Apache License 2.0
199 stars 26 forks source link

feat: support default timeout configurations for dynamic backends #792

Closed guybedford closed 4 months ago

guybedford commented 4 months ago

This fixes https://github.com/fastly/js-compute-runtime/issues/783, supporting an object variant of the allowDynamicBackends call taking the default timeout configurations.

No other dynamic backend configurations are currently supported in this, but it could be extended to support further options in due course.