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

Low latency for simple jobs #3645

Closed
epicfaace opened this issue Jun 25, 2021 · 2 comments · Fixed by #4024
Closed

Low latency for simple jobs #3645

epicfaace opened this issue Jun 25, 2021 · 2 comments · Fixed by #4024
Labels
goal-performance p2 Do it this quarter.

Comments

@epicfaace
Copy link
Member

Running ‘echo hello’ bundle should have a:

  • Cold start (no workers up): <1min
  • Warm start (a worker already up): <10s

Test this on both {worksheets.codalab.org,codalab.stanford.edu} x {slurm, GCP, Azure Batch, AWS Batch}

Command to run to check the time: time cl run "echo hello" --wait

@epicfaace epicfaace added the p2 Do it this quarter. label Jun 25, 2021
@pranavjain
Copy link
Contributor

@epicfaace Do you have the stats/time captured for the above? Did we see any issues when you filed this task?

@epicfaace
Copy link
Member Author

This was a general goal we wanted to do starting in winter 2021. Percy would often do a demo and see it take a while for a bundle to start up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
goal-performance p2 Do it this quarter.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants