You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to add new message definitions to FunctionRpc.proto to enable the worker indexing workflow.
Messages to add:
Message for host requesting metadata from worker; should send directory path
Message for sending metadata from worker to host; should include list of metadata + status results and an overarching status result for the overall request
Message including all necessary information to populate FunctionMetadata; each function will correspond to one of these messages, so a list of these messages will be sent through the overall response message from worker to host