Hi @<1570220858075516928:profile|SlipperySheep79> , the callback received the node object, where you can find the job object - you might try to get some info from there
Thanks @<1523701087100473344:profile|SuccessfulKoala55> , I’ll take a look
Hi all, is it possible to define some kind of conditional retry logic when using pipelines from decorator? I’m using the retry_on_failure
option on the @PipelineDecorator.component
decorator and I’d like to retry a step only if it failed on specific errors. e.g. if it’s a connection issue, retry, otherwise fail. Is there a way to get the exception in the retry_on_failure
callback? Or some kind of error message?
Hi @<1570220858075516928:profile|SlipperySheep79> , the callback received the node object, where you can find the job object - you might try to get some info from there
Thanks @<1523701087100473344:profile|SuccessfulKoala55> , I’ll take a look