I have a WDL and a method configuration for it. The root entity type of the configuration is a sample_set.
I have two submissions from this configuration on a sample_set. The number of samples in the sample set is 8891. The WDL calls first for a "scatter" whose width is equal to the number of items in the sample set. Then, a single "gather" step takes in an array from the scatters to "gather" them.
The two submissions are referenced here where you can see the workspace name and submission ID.
For both submissions (from already being in the monitor tab) when I go to the submission in the UI I get a message:
Server Unavailable
FireCloud service is temporarily unavailable. If this problem persists, check http://status.firecloud.org/ for more information.
While trying to do so I have my console open for the network tab and there I see:
{
"statusCode": 504,
"source": "FireCloud",
"timestamp": 1506518502605,
"causes": [],
"stackTrace": [],
"message": "Request Timed Out"
}
For other submissions I encounter no error message and I can enter them in the UI no problem.
It seems that there's a timeout and based on previous experience I speculate that the timeout is related to the size of the sample_set (8891) because for the same WDL I can view submissions on sample_sets with smaller size (1) without encountering any problems.