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
# When syncing many files, we've see SEC_E_INVALID_TOKEN errors
# that appear to be transient (try again and it goes away). Let's
# retry a few times to add some robustness.
retryable(tries: 3, sleep: 1) do
comm.upload(hostpath, guestpath)
end
I'm working up a PR now.
The text was updated successfully, but these errors were encountered:
We randomly see the error below and often when we try the
vagrant provision
on a linked managed server again, it works just fine.I'll propose that we simply add a retryable around the comm.upload https://github.com/tknerr/vagrant-managed-servers/blob/master/lib/vagrant-managed-servers/action/sync_folders.rb#L42
I'm working up a PR now.
The text was updated successfully, but these errors were encountered: