bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Task name repeated in taskflowbackend exception messages #1943

Closed mikkonie closed 1 month ago

mikkonie commented 1 month 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.

mikkonie commented 1 month ago

Confirmed it's not there for all exceptions, so maybe this is specific to BatchValidateChecksumsTask somehow..

mikkonie commented 1 month ago

Fixed. It was a simple case of accidental nested try-catch statements.