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

Making the server get the URLs of stored outputs from executor and returning URLs as inputs to functions #1298

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

diptanu
Copy link
Collaborator

@diptanu diptanu commented Mar 21, 2025

Getting the server ready to accept function output urls from the executor.

We will expect the executor to send JSON payload of the URLs where it stores the fucntion outputs -

{
  "url": ..
   "checksum": ...
   "size":...
}

Which is same as `PutResult` we use in the server internally to track the outputs. Everything else more or less remains same. 

We are also sending the executor the DataPayload object which is the URL of the input which it needs to download 

@diptanu diptanu changed the title Output urls Making the server get the URLs of stored outputs from executor and returning URLs as inputs to functions Mar 21, 2025
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.

1 participant