-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
First version of Auto Scaler #29
Conversation
109a0a3
to
76784a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking great so far.
…string (e.g. auto scale wake up functions)
It works, but the "user experience" could subsequently still be be improved; because ideally, it should 'hang', and wait until the backend actually accepts connnections.
76784a2
to
42f0fdb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still waiting on two changes important to me:
- First version of Auto Scaler #29 (comment)
- command line option to enable the auto-scaling feature where default is off
…end() as requested in code review
Understood, that's why it was marked as Draft... 🤣 Both are now done, and I'm now un-drafting this PR to signal that it's now ready for review & merge if OK for you, from my side. |
👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After confirming/adjusting for the nil
waker, this looks ready to merge.
Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
Done! (Do have a look at if I understood and fixed it correctly.) |
#21