-
Notifications
You must be signed in to change notification settings - Fork 881
API/SDK auto-stop extension #1462
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
Comments
Please add your planning poker estimate with ZenHub @johnstcn |
Left desc blank on purpose - want to double-check we still want pre-emptive extension for CE. Even if we don't, we still need reactive extension. The difference between the two can be further decomposed. Currently at the SDK level we just have the ability to PUT the schedules: Lines 313 to 315 in 7bb7c6c
|
I propose that instead of |
Nice, we're all in agreement - that's well thought out. I like how we get the best presentation and resource representation from that mechanism. @johnstcn and I are going to go with that approach! |
My current thought on the public-facing API of this is roughly:
Thoughts? |
That API looks shiny clean to me. |
Currently going with the following implementation (relevant Slack thread):
|
User Story π₯
As a user or agent, I'd like to use the API to extend a workspace lease.
Details
We may expose an extension path that looks something like:
with a body like
If
time
is not supplied, we default to90 mins
. We should set an upper bound ontime
. TBD what that upper bound is, but at least two approaches are:Acceptance Criteria
The text was updated successfully, but these errors were encountered: