OluwadareLab / Robin

1 stars 0 forks source link

[Bug] Overlap Missing combinations issue #9

Open mattieFM opened 3 months ago

mattieFM commented 3 months ago

Description: On the overlap page of large jobs soon after they complete, there will be missing combinations that do not display.

Reproduction steps: 1; create a large job, I used 11 tools with 4 res each 2: wait for it to complete 3: once completed quickly veiw the overlap tab 4: click on combinations of tools till one shows the error that I coded for this senerio.

Notes: there are multiple reasons why this could occur. Either the job is not actuall correctly saying when its done and there are still some scripts running, if this is the case it is likely that it is waiting for all scripts to start before saying the job is done, so the last 50 scripts will still be running if this is the case. The other case is that we send a ton of info in the same api call since its all bundled together, and there could be a network issue of some kind.