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

VM scheduler #9

Closed
WoodenMaiden opened this issue Apr 11, 2024 · 0 comments · Fixed by #10
Closed

VM scheduler #9

WoodenMaiden opened this issue Apr 11, 2024 · 0 comments · Fixed by #10
Assignees
Labels
enhancement New feature or request

Comments

@WoodenMaiden
Copy link
Contributor

The scheduler shall be the brick that handles VM lifecycle.

  • It shall be connected to a Redis Database where VM statuses are stored
  • It shall create Virtual machines when the user wants to run a function but when there's no VM available (AKA a cold start)
  • It shall destroy a virtual machine when it has not been used in a long time
  • It shall check the status of VMs and update it in Redis
  • When it creates a VM when the gateway asks for it, the scheduler returns the IP address and the port
@WoodenMaiden WoodenMaiden moved this to Ready in Grobuzin Apr 11, 2024
@WoodenMaiden WoodenMaiden self-assigned this Apr 11, 2024
@WoodenMaiden WoodenMaiden added the enhancement New feature or request label Apr 11, 2024
@WoodenMaiden WoodenMaiden linked a pull request Apr 11, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from Ready to Done in Grobuzin May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant