SACGF / variantgrid

VariantGrid public repo
Other
23 stars 2 forks source link

New queue for graphs #1111

Open davmlaw opened 4 months ago

davmlaw commented 4 months ago

I had some graphs gone wild and it filled up the queues and stopped everything else from working

This was due to a bad hash, which could well happen again

If we give them their own queue they can only take themselves down next time

EmmaTudini commented 4 months ago

@davmlaw @TheMadBug Is this VG specific or could also happen in Shariant?

davmlaw commented 4 months ago

I think this is VG only as Shariant only uses newer style plotly graphs (the interactive javascript ones) - these are the ones that generate an image on the server and have a spiny wheel until they load

TheMadBug commented 4 months ago

correct about Shariant only using client side ploty graphs