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

Idea: add users request to a queue and allocate envs to the queue (in order) as envs become free #52

Open
zshnr opened this issue Feb 8, 2018 · 0 comments

Comments

@zshnr
Copy link

zshnr commented Feb 8, 2018

Usually we end up asking on a slack channel whether an env is free. Maybe we can add a request command that would add the username of the requesting user into a queue and then as soon someone evicts or returns an env, allocate that freed env to the user. Do this in order to the whole queue.

One caveat that immediately comes to mind:

  1. Is if someone currently using the environment frees it with the intention of passing it onto a team member (this happens more often than we think).

A workaround would be to obviously ask the team member to have themselves be in the queue (but it wouldn't guarantee that they are the first in the queue)

Happy to try and implement a poc of this command and get feedback :)

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

2 participants