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
To support #861 and to show the information in the UI, we will need to poll the workspace object to retrieve the schedule in case it changes. Instead of this, we can return this information directly from coderd.
(Also for the TDD session at the engineering off-site.)
The text was updated successfully, but these errors were encountered:
As showing the next scheduled start time in the UI alongside the schedule was deemed unnecessary, instead of adding a new endpoint, will just compute Next() in the CLI. Closing.
What
Add endpoints to return information about workspace autostop/autostart times:
GET /workspaces/:id/autostart
GET /workspaces/:id/autostop
Both of these endpoints will return the following information (example):
Why
To support #861 and to show the information in the UI, we will need to poll the workspace object to retrieve the schedule in case it changes. Instead of this, we can return this information directly from coderd.
(Also for the TDD session at the engineering off-site.)
The text was updated successfully, but these errors were encountered: