Sendu Bala

Results 60 comments of Sendu Bala

Jeff Gentry noted that "There’s a GA4GH wide authn spec being developed and it’ll be used for all APIs.". Will need to wait for that?...

David Glazer noted that "it's very much okay for your implementation to require HTTPS and auth headers. (It's also okay for other implementations to be less strict, since the right...

Can you offer some standard unix commands for determining the 15 minute load avg? Won't this trigger during normal heavy I/O parts of your pipelines, like staging in data, or...

A key tenant of wr is reuse of the compute resources it receives once scheduled, for greater efficiency. The architecture involves `wr manager` scheduling a `wr runner` on the host...

I understand your point 1 and will have to think about it. Point 2, however, no, each user does their own `wr could deploy`, has their own private manager in...

It's already planned (should have been implemented a long time ago actually), that `wr runner` itself kill off commands that use more time/memory than requested (but only if threatening the...

Even if we're able to clean up after jobs with the behaviour system, and even if we're able to reliably kill the runner (and thus the server) when things go...

Foundational work for this is on-going on the develop branch of https://github.com/sb10/cwl.go

I misunderstood what the "ports" of the port quota means. https://ask.openstack.org/en/question/101956/how-does-ports-quota-get-used-up/ explains that each new instance only uses a single port. So this enhancement is not "necessary", but it would...

When specifying a job depends on a resource token name, you should optionally also be able to specify how long the job will use that token. You should be able...