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
Copy file name to clipboardExpand all lines: docs/deployment/troubleshooting.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,17 @@ The [OpenFaaS workshop](https://github.com/openfaas/workshop) has more instructi
25
25
26
26
The Queue Worker component enables asynchronous processing of function requests. The default verbosity level hides the message content, but this can be viewed by setting write_debug to true when deploying.
27
27
28
+
### Callback request headers
29
+
30
+
The following additional request headers will be set when invoking the call back URL:
31
+
32
+
| Header | Description |
33
+
|--------------------|-------------|
34
+
| X-Call-Id | The original function call's [tracing UUID](https://github.com/openfaas/faas/blob/master/gateway/README.md#tracing)|
35
+
| X-Duration-Seconds | Time taken in seconds to execute the original function call |
36
+
| X-Function-Status |[HTTP status code](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes) returned by the original function call |
37
+
38
+
28
39
## Timeouts
29
40
30
41
Default timeouts are configured at the HTTP level and must be set both on the gateway and the function.
0 commit comments