Replies: 1 comment
-
reference: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This protocol will be used for data transformation between the serving controller and workers through the Unix domain socket (why).
SOCK_STREAM
Protocol
Header
flag
(16-bit): different status code1
: 200 OK2
: 4004
: 422 Validation Error8
: 500 Internal Server Errornum
(16-bit): number of records in the bodyBody
n
: [1,max_batch_size
], number of tasks being batchedid
(32-bit): task IDlength
(32-bit): length of this datadata
(0 - 2^32 bytes)Beta Was this translation helpful? Give feedback.
All reactions