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
"2022-06-23T09:11:06Z pushing manifest for ttl.sh/openfaas-image:1h@sha256:b077f553245c09d789980d081d33d46b93a23c24a5ec0a9c3c26be2c768db93e 0",
248
+
"2022-06-23T09:11:09Z pushing manifest for ttl.sh/openfaas-image:1h@sha256:b077f553245c09d789980d081d33d46b93a23c24a5ec0a9c3c26be2c768db93e 0",
249
+
"2022-06-23T09:10:13Z exporting to image 5.18s"
250
250
],
251
251
"image": "ttl.sh/openfaas-image:1h",
252
252
"status": "success",
@@ -256,7 +256,7 @@ A HTTP client has three tasks to perform:
256
256
257
257
The `duration` field is given in seconds and is the total time taken to build the image including pulling base layers, exporting the image, and pushing it to the registry.
258
258
259
-
There are several examples available of how to call the Function Builder's API via different programming languages: [openfaas-function-builder-api-examples](https://github.com/openfaas/function-builder-examples)
259
+
There are several examples available of how to call the Function Builder's API via different programming language[openfaas-function-builder-api-examples](https://github.com/openfaas/function-builder-examples)
260
260
261
261
You should be able to translate the example given with curl into any programming language, but if you need additional support, feel free to [reach out to us](https://openfaas.com/support).
262
262
@@ -313,8 +313,8 @@ The intermediate output is identified by the `status` field containing `in_progr
Concurrent request limit exceeded. Max concurrent requests: 1
417
+
Concurrent request limit exceeded. Max concurrent request1
418
418
```
419
419
420
420
The pro-builder will be marked as unready by Kubernetes, and if you have other replicas (see above section), then when you retry the request, it should hit a ready worker instead.
0 commit comments