Bumps the workspace deadline by the template's configured "activity_bump" duration (default 1h). If the workspace bump will cross an autostart threshold, then the bump is autostart + TTL. This is the deadline behavior if the workspace was to autostart from a stopped state. Max deadline is respected
(ctx context.Context, arg ActivityBumpWorkspaceParams)
| 54 | // We only bump if workspace shutdown is manual. |
| 55 | // We only bump when 5% of the deadline has elapsed. |
| 56 | ActivityBumpWorkspace(ctx context.Context, arg ActivityBumpWorkspaceParams) error |
| 57 | // AllUserIDs returns all UserIDs regardless of user status or deletion. |
| 58 | AllUserIDs(ctx context.Context, includeSystem bool) ([]uuid.UUID, error) |
| 59 | ArchiveChatByID(ctx context.Context, id uuid.UUID) ([]Chat, error) |
no outgoing calls