Hey,
I have a workflow that takes in two input datasets (forward and reverse fastq) and does some quality control checks using Fastqc Summary.
When I use my custom workflow API scripts on 200 strains, it works correctly, however, if I attempt the same number using the web interface is going into an infinite submitting.
I inspected the POST request in Chrome and everything looks correct. It's sending the correct number of datasets, no duplicates. Also seems there is no specific number of datasets that cause the infinite submitting.
Has anyone else ran into this issue?