Skip to content
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

Merged
merged 3 commits into from
Aug 3, 2021

Conversation

anandagopal6
Copy link
Contributor

@anandagopal6 anandagopal6 commented Jul 19, 2021

FunctionsMetadataRequest

Sends the function app directory to the worker.

FunctionMetadataResponses

Includes a list of FunctionLoadRequest messages and an overall StatusResult attribute.

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.
@anandagopal6 anandagopal6 requested a review from pragnagopa July 19, 2021 20:30
Copy link
Member

@pragnagopa pragnagopa left a 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
Copy link
Member

@pragnagopa pragnagopa left a 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
@pragnagopa
Copy link
Member

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 FunctionsLoadResponses can be sent more than once

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?

@anandagopal6
Copy link
Contributor Author

@pragnagopa I think this requires more discussion, I'll set up a time to meet.

@anandagopal6 anandagopal6 merged commit 746863e into dev Aug 3, 2021
@anandagopal6 anandagopal6 deleted the t-anjanan/worker-indexing-messages branch August 3, 2021 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants