[Phase 4] Add --timeout flag to cmd_destroy #247
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Timeout handling for sessions is currently done inside the queue-daemon. We need a CLI way to destroy timed-out sessions.
Solution
Add --timeout flag to
kugetsu destroy:kugetsu destroy --timeout --force- destroy ALL currently timed-out sessionsImplementation:
Status
BLOCKED - Depends on Phase 1 (help restructure needed to document --timeout flag)
Files
Related Issues
Parent: #235
Blocked by: #236 (Phase 1)