File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,12 +72,19 @@ An SLEdgeScale serverless function consists of a shared library (\*.so) and a JS
7272```
7373
7474` port ` : Refers to the UDP port.
75+
7576` request-type ` and ` path ` : Used to determine which serverless function will be served; ` request-type ` must be unique per function.
77+
7678` route ` : An inherited field from SLEdge. It is not used currently but is kept to avoid parse errors.
79+
7780` n-resas ` : Specifies the number of CPU cores reserved for this serverless function. It is used by the DARC algorithm.
81+
7882` group-id ` : Specifies the group identifier used in the DARC algorithm.
83+
7984` expected-execution-us ` : Currently not used. SLEdgeScale will estimate execution time online.
85+
8086` relative-deadline-us ` : Specifies the request deadline in microseconds.
87+
8188` http-resp-content-type ` : Not used currently but is kept to avoid parse errors.
8289
8390### Start the SLEdgeScale Server
You can’t perform that action at this time.
0 commit comments