You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more information on the templates check out the [docs](https://docs.openfaas.com/cli/templates/).
37
29
30
+
### Moved Classic Templates
31
+
32
+
A number of long deprecated templates have been moved out of this repository into a new repository to indicate their End Of Life (EOL) status.
33
+
34
+
In most cases, alternatives have already been provided and are listed int the Function Store, or the [Languages section of the OpenFaaS documentation](https://docs.openfaas.com/languages/overview/).
35
+
36
+
Moved templates:
37
+
38
+
* go
39
+
* python3
40
+
* python3-debian
41
+
* python27
42
+
* ruby
43
+
* csharp
44
+
* bun-express
45
+
* node
46
+
38
47
### Classic vs of-watchdog templates
39
48
40
49
The current version of OpenFaaS templates use the original `watchdog` which `forks` processes - a bit like CGI. The newer watchdog [of-watchdog](https://github.com/openfaas/of-watchdog) is more similar to fastCGI/HTTP and should be used for any benchmarking or performance testing along with one of the newer templates. Contact the project for more information.
0 commit comments