elixir-cloud-aai / proTES

Proxy service for injecting middleware into GA4GH TES requests
Apache License 2.0
5 stars 6 forks source link

Error handling issues in calculate_distance function of distance-based task distribution module #146

Closed Ayush5120 closed 1 year ago

Ayush5120 commented 1 year ago

Extension of issue #134 The calculate_distance function in the distance-based task distribution module has an issue with exception handling, leading to unexpected behavior or errors. Specifically:

To solve this issue handle these exceptions more robustly, for example, by logging the exception or raising an error to alert the user that something has gone wrong.