Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload hangs with no events emitted #53

Open
stathismor opened this issue Aug 30, 2021 · 0 comments
Open

Upload hangs with no events emitted #53

stathismor opened this issue Aug 30, 2021 · 0 comments

Comments

@stathismor
Copy link

Once in a while, when uploading an asset, upload would hang with no event being emitted. The theory is that sometimes uploadAssets never calls the callback or emits any events. In that case, events logged would look like:

...

19:50:47 event upload-progress test-asset.pkg {
  percentage: 0.49955797361536614,
  transferred: 332384,
  length: 66535621,
  remaining: 66203237,
  eta: 199,
  runtime: 0,
  delta: 332384,
  speed: 332384
}

19:50:47  upload-progress test-asset.pkg {
  percentage: 1.5830317417492805,
  transferred: 1053280,
  length: 66535621,
  remaining: 65482341,
  eta: 62,
  runtime: 0,
  delta: 720896,
  speed: 1053280
}

19:50:47 event duplicated-asset test-asset.pkg

20:50:47 Error: Timeout reached while executing task publishReleaseAsync

The last line at 20:50:47 is a timeout check wrapper workaround that is used to identify upload has stalled.

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

No branches or pull requests

1 participant