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

Upload result files upon creation #8

Closed
Kaixhin opened this issue Oct 28, 2015 · 0 comments
Closed

Upload result files upon creation #8

Kaixhin opened this issue Oct 28, 2015 · 0 comments

Comments

@Kaixhin
Copy link
Owner

Kaixhin commented Oct 28, 2015

Need to create the following pipeline to enable "asynchronous" uploading, as opposed to sending all files upon completion:

  • Watch results directory for experiment folder to be created
  • Watch experiment folder for files to be created
    • Debounce creation triggers to stop uploading multiple times
    • Parse JSON vs. upload other files
  • Stop watching folder after experiment completion
  • Delete folder

This should be robust to the experiment folder not being created, e.g. in the case of experiment failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant