-
Notifications
You must be signed in to change notification settings - Fork 820
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
Autoscaling Fleet base on Player Count #1034
Comments
Any updates or news on this feature? Is the only way of implementing it currently via webhook? |
No news at this stage. Likely needs a slight redesign to align the naming with the player tracking naming. Would you be interested in working on this? |
Just wanted to see how far out it is and what options there were. Was looking at hiring a developer to work on a pull request for it. Otherwise going to see if we can get similar functionality via webhook. Ideally would work on it myself but super busy working on game projects itself. |
Some of this naming should probably reviewed, and aligned more with the current naming on player tracking. But I think the design is sound? |
Hello; |
It's coming, but hasn't been started yet. Always looking for contributors though 😄 |
A freelancer is not available :D My company is willing to finance this issue, quite important to us |
Any updates on this feature? |
I have a design I'm still working on that I need to post to revamp all of player tracking - hopefully get it out this week. We'll see how it lands. |
'This issue is marked as Stale due to inactivity for more than 30 days. To avoid being marked as 'stale' please add 'awaiting-maintainer' label or add a comment. Thank you for your contributions ' |
I think we can close this, as now we have tracking work in #2716 ? |
'This issue is marked as Stale due to inactivity for more than 30 days. To avoid being marked as 'stale' please add 'awaiting-maintainer' label or add a comment. Thank you for your contributions ' |
I'm going to close this as |
Dependent on #1033
Is your feature request related to a problem? Please describe.
For persistent worlds, its common to have multiple copies of the same world for each player to join.
Therefore, a Single fleet could represent a single world, and we would want to scale it based on how close to being full of connected players it currently is.
Right now, we need to track this ourselves, and/or provide a webhook implementation to the Agones autoscaler. It would be nice if we didn't have to.
Describe the solution you'd like
A configuration option on the FleetAutoscaler CRD that works for player count. Something like this would potentially work, which works similarly to the GameServer buffer strategy - but with empty player slots (I'm not sold on the naming, but to have a sacrificial draft):
Describe alternatives you've considered
Once we have #1033 we could force people to use the webhook autoscaling for this, but it seems like a lot of work for what seems like a useful feature.
Additional context
N/A at this stage.
The text was updated successfully, but these errors were encountered: