Closed mikkonie closed 5 months ago
Minor issue, but looking at recent logs I noticed the following problem with some taskflowbackend exceptions:
Error running flow: BatchValidateChecksumsTask failed: BatchValidateChecksumsTask failed: -1803000 (Unable to read checksum file "xxxx/yyy.md5")
Obviously the BatchValidateChecksumsTask failed part should not be there twice. I'll have to do if this is task-specific or if it affects exception reporting for all tasks.
BatchValidateChecksumsTask failed
Confirmed it's not there for all exceptions, so maybe this is specific to BatchValidateChecksumsTask somehow..
BatchValidateChecksumsTask
Fixed. It was a simple case of accidental nested try-catch statements.
Minor issue, but looking at recent logs I noticed the following problem with some taskflowbackend exceptions:
Obviously the
BatchValidateChecksumsTask failed
part should not be there twice. I'll have to do if this is task-specific or if it affects exception reporting for all tasks.