iobio / gene.iobio

Gene.iobio vue
MIT License
55 stars 11 forks source link

Handle retry when annotateVariants times out #944

Open tonydisera opened 1 year ago

tonydisera commented 1 year ago

Right now, the app gets stuck during 'analyze all' when a timeout occurs. The app needs to handle timeouts in the code so that a retry of the failed service is attempted and the user is warned about the timeout via the Alert panel.

This will require a backend or iobio.js change so that the timeout error is reported back via the cmd.error callback.