File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,7 @@ import (
32
32
// TODO herd launch prevention part deux
33
33
// TODO storing logs / call can push call over the timeout
34
34
// TODO all Datastore methods need to take unit of tenancy (app or route) at least (e.g. not just call id)
35
- // TODO limit the request body length when making calls
36
35
// TODO discuss concrete policy for hot launch or timeout / timeout vs time left
37
- // TODO call env need to be map[string][]string to match headers behavior...
38
36
// TODO it may be nice to have an interchange type for Dispatch that can have
39
37
// all the info we need to build e.g. http req, grpc req, json, etc. so that
40
38
// we can easily do e.g. http->grpc, grpc->http, http->json. ofc grpc<->http is
@@ -50,7 +48,6 @@ import (
50
48
// end up that the client doesn't get a reply until long after the timeout (b/c of container removal, async it?)
51
49
// TODO the call api should fill in all the fields
52
50
// TODO the log api should be plaintext (or at least offer it)
53
- // TODO func logger needs to be hanged, dragged and quartered. in reverse order.
54
51
// TODO we should probably differentiate ran-but-timeout vs timeout-before-run
55
52
// TODO between calls, logs and stderr can contain output/ids from previous call. need elegant solution. grossness.
56
53
// TODO if async would store requests (or interchange format) it would be slick, but
You can’t perform that action at this time.
0 commit comments