-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add worker indexing message types to protobuf #56
Conversation
Added messages to handle worker indexing pipeline WorkerFunctionMetadata includes all information necessary to populate FunctionMetadata and convey the indexing status for each function (ie. success, failure, etc.). Each of these messages corresponds to a single function. WorkerFunctionMetadataRequest sends the function app directory to the worker. WorkerFunctionMetadataResponse includes a list of WorkerFunctionMetadata messages and an overall StatusResult attribute.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added few comments - mostly around re-using existing messages
Removed WorkerFunctionMetadata message type and added some necessary fields to RpcFunctionMetadata Renamed request and response messages to be more bi-directional friendly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good! Please update PR description to reflect incorporated PR feedback
Rename directory variable for consistency and clarity
Have you considered how host can handle reloading of functions by the worker ? i.e. python worker can reload functions without restarting the process on file changes --> then when worker is re-indexes the functions --> it should send FunctionsLoadResponses again --> this means I would like understand a bit more on the requirement for Host to send first message asking to load functions --- this might not be needed? |
@pragnagopa I think this requires more discussion, I'll set up a time to meet. |
FunctionsMetadataRequest
FunctionMetadataResponses