From 54abee9a23157b9e71364b83ed6fda8ddad3c852 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Sat, 31 Mar 2018 14:01:30 +0100 Subject: [PATCH] Update to link to next-gen watchdog --- guide/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/guide/README.md b/guide/README.md index 06428c2c..4b2183be 100644 --- a/guide/README.md +++ b/guide/README.md @@ -65,9 +65,9 @@ These instructions are for a development environment. If you plan to expose Open * [Serverless sorcery with ImageMagick](https://blog.alexellis.io/serverless-imagemagick/) -### Fine-tuning / high-throughput +### High-throughput -* [OpenFaaS accelerates serverless Java with AfterBurn](https://blog.alexellis.io/openfaas-serverless-acceleration/) +* [Next-generation Watchdog (of-watchdog)](http://docs.openfaas.com/architecture/watchdog/#of-watchdog) ### Raspberry Pi & ARM @@ -76,3 +76,9 @@ These instructions are for a development environment. If you plan to expose Open ## Extend OpenFaaS * [Build a third-party provider](backends.md) + +### Deprecated + +Afterburn is replaced by the of-watchdog listed above. + +* [OpenFaaS accelerates serverless Java with AfterBurn](https://blog.alexellis.io/openfaas-serverless-acceleration/)