Skip to content

auto wake idle boxes before file operations (#116)#149

Open
IbrahimAhmed8 wants to merge 1 commit intoupstash:mainfrom
IbrahimAhmed8:fix/issue-116-idle-box-files
Open

auto wake idle boxes before file operations (#116)#149
IbrahimAhmed8 wants to merge 1 commit intoupstash:mainfrom
IbrahimAhmed8:fix/issue-116-idle-box-files

Conversation

@IbrahimAhmed8
Copy link
Copy Markdown
Contributor

Closes #116

File ops were failing on idle boxes so I added a quick silent pwd exec (_ensureAwake()) right before any file method to force the box to wake up transparently

Added a private _ensureAwake() helper that runs a no-op 'pwd' command to wake up idle boxes before executing files.list, read, write, upload, or download. Updated corresponding tests and added a changeset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

files.list/read fails on idle boxes without auto-wake

1 participant