node-sdk icon indicating copy to clipboard operation
node-sdk copied to clipboard

Prevent job failure on scheduled job

Open mifi opened this issue 4 years ago • 3 comments

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

  • [ ] Maybe retry the whole job

mifi avatar Mar 09 '21 12:03 mifi

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.

Acconut avatar Mar 11 '21 08:03 Acconut

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

kvz avatar Mar 11 '21 10:03 kvz

let's leave this open and see if the problem reoccurs (now with assemblyId logging). it could be an actual problem in api2/tusd.

recent failed runs:

  • https://github.com/transloadit/node-sdk/runs/2464756219?check_suite_focus=true
  • https://github.com/transloadit/node-sdk/runs/2533639973?check_suite_focus=true
  • https://github.com/transloadit/node-sdk/runs/2582378041?check_suite_focus=true

mifi avatar Mar 16 '21 08:03 mifi