You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't appear 290180b addressed the issue completely for us.
I have this example occur:
user has workspace with auto-start at 9:00am, 12 hour auto-stop.
coder stops workspace at 9:00pm.
user starts workspace at 9:45pm.
coder does not action on workspace auto-start at 9:00am.
coder stops workspace at 9:45am.
user returns mid-day to find workspace he thought would be running wasn't.
Is it possible to make the auto-stop interval bump at auto-start time regardless of activity? I'd prefer consistency in user expectations over wasting some dollars in the cases where on-call engineers need to start their workspaces out of their usual window.
The text was updated successfully, but these errors were encountered:
@stirby we did not fix this issue because the current behavior requires activity. The issue posted is to extend the auto-stop in the case there is no activity.
Said differently, the current solution to this problem is implemented in activityBumpWorkspace. If no activity happens, the extension is not applied. I will take a look if we can put this elsewhere, or in two places.
It doesn't appear 290180b addressed the issue completely for us.
I have this example occur:
Is it possible to make the auto-stop interval bump at auto-start time regardless of activity? I'd prefer consistency in user expectations over wasting some dollars in the cases where on-call engineers need to start their workspaces out of their usual window.
The text was updated successfully, but these errors were encountered: