Continue with OnAnyFinishedState Never Continues On Failed Job

Hi,
We are using ContinueWith for couple of jobs with OnAnyFinishedState, but those jobs are never been processed when the parent job was failed. This is causing Lot of Jobs in AwaitingState even those we expect them to process regardless of the parent job status.

Is there any known issue on this? Do we need to setup something to have them run?

Thanks
Surya

Hello,

I know it has been a long time but have you found a solution for this?

Thanks,
Lucas.

in case you haven’t found out about this, here’s some related solution BackgroundJob.ContinueWith - JobContinuationOptions.OnAnyFinishedState - Not Firing On Parent Failure