oss-aspen / 8Knot

Dash app in development to serve open source community visualizations using GitHub data from Augur. Hosted app: https://eightknot.osci.io
MIT License
49 stars 60 forks source link

Write more strict retry-handling for query workers #587

Open JamesKunstle opened 9 months ago

JamesKunstle commented 9 months ago

Query workers have 3 chances to retry if they fail. However, we really only want to retry if the failure was caused by a connection or an upstream database issue. Restrict the scope of the retry to only these paths, rather than retrying for any exception.