Matt Bookman
Matt Bookman
Hi @atraydixit ! On the original request about Filestore support, I wanted to ask - is this actually a feature that you'd be likely to use? I ask because Cloud...
Hi @psytky03 . The number of concurrent jobs you can run is going to be gated by your [Compute Engine Quota](https://cloud.google.com/compute/quotas). Default quotas are typically rather low to protect new...
Hi @metanav ! I was not able to get this to work either, and I do think it has to do with the way that the docker containers are set...
Leaving this open as a doc bug: add some documentation around GCP quotas.
Hi @albertofpena ! As implemented today, it doesn't appear that the [Life Sciences Pipelines API](https://cloud.google.com/life-sciences/docs/reference/rest/v2beta/projects.locations.pipelines/run) which handles the on-VM execution framework for `dsub` supports any kind of signaling to user...
Hi @uray10 ! Can you explain in more detail why you want to modify the amount of memory used for a particular container? What is the problem you are looking...
If you use the the `local` provider, you could do some experimenting there: https://github.com/DataBiosphere/dsub/blob/d4925d9e294b05a49fc93347f07010de137684f8/dsub/providers/local/runner.sh#L265
Hi CH, I filed a request for this against the Pipelines API last year. I would like for `dstat` to reflect what the provider returns. Other providers may provide different...
We can manually work around this by writing the `~/.cromshell/cromwell_server.config` file. That is what we are doing today. However `cromshell` should either document the file and the format and expressly...