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
We update the dat version of ournetworks.ca through a build step (after_deploy) after the site is built and deployed to our http server.
The operation of dat clone often fails due to the archive not being completely cloned after 10 minutes, which ends with an error. To get around this we've changed the archive's key to remove old meta data that may have caused the issue (50526d0). We also upload the new archive on hashbase.io. But even then, dat clone has not been consistent.
I think this has been fixed with 4dbfedd; clone was moved into the before_install. Connecting to the job instance at after_deploy doesn't seem to resolve all the time.
We update the
dat
version of ournetworks.ca through a build step (after_deploy
) after the site is built and deployed to ourhttp
server.The operation of
dat clone
often fails due to the archive not being completely cloned after 10 minutes, which ends with an error. To get around this we've changed the archive's key to remove old meta data that may have caused the issue (50526d0). We also upload the new archive on hashbase.io. But even then,dat clone
has not been consistent.Successful build on
master
: https://travis-ci.org/ournetworks/ournetworks.ca/builds/555631939Error build on
master
: https://travis-ci.org/ournetworks/ournetworks.ca/builds/554704192Similar issue in the dat CLI repo: dat-ecosystem/dat#1064
Expected Behavior
When
dat clone dat://<link> --exit
is run, and an archive is available, the operation should exit without error after it has cloned the archive.Actual Behavior
dat clone dat://<link> --exit
stops at a certain point in the clone step and the operation timeouts after 10 minutes.The text was updated successfully, but these errors were encountered: