-
Notifications
You must be signed in to change notification settings - Fork 0
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
SneakerNet Required Changes #47
Conversation
Need to think about the callback system. I think we can have downstream callback to site and create remote instance at that time (to avoid 'fake' remote instances that do not yet exist). But need to think about ordering in sync tasks, as they assume 'does not have remote instance' means 'still needs to be transferred'. That's not compatible with our async methodolgy. |
Need to figure out why the librarian instances aren't ingesting their new 'name field. |
To be done:
|
Includes all the changes required for SneakerNet functionality.