Description
- The time by which we bump the workspace seems arbitrary? Why 90m? I'd rather be forced to specify the interval.
- It's unclear what timezone the response is in. Also, I would rather a human readable format than RFC3339.
- The bump should be fixed from the current time. If I bump repeatedly, it should always be
now()+bump_dur
. In the current form, it's difficult to script around bump. For example, I want my VS Code to callcoder bump
so my workspace stays online. I don't want to bump it into oblivion.