transloadit/node-sdk

Prevent job failure on scheduled job

mifi opened this issue · 3 comments

mifi commented

The daily test job fails sporadically due to timeout.
https://github.com/transloadit/node-sdk/actions/runs/629088395

  • Maybe retry the whole job

Maybe it's possible to add some logging, so we can get an Assembly ID/tusd URL and then see if we have a bug inside the api2/tusd.

kvz commented

we can if we create the assembly by passing in our own uuid as the .assemblyId, then you have something to check before the Assembly returns

mifi commented