S Aruna
S Aruna
@jcjohnson possible to engage multiple GPU cores?
~~It's the GPU device ID. If you have 8 GPUs, the device IDs are generally between 0 and 7 (inclusive). So, the `--gpu` specifies which GPU to use if you...
tor2web breaks on xenial while verifying certificates. I am using a certificate from LetsEncrypt and it still fails. ``` 2019-07-16 20:39:14+0000 [-] Stopping factory 2019-07-16 20:39:14+0000 [-] Stopping factory 2019-07-16...
I see the same error, even when using self-signed certificates. Any thoughts?
Note that the error is also thrown when the `TRANSPORT` configuration parameter is set to `HTTP` alone, instead of `BOTH`. Why are we trying to use SSL when the user...
@andylida did you understand the difference between L_recon and L_recon0?
The `maxJobDuration` implementation would be really cool. I am wondering if we can work with estimates (so a `jobDuration`) instead of hard stops (because that seems a little harsh to...
> If you have an option called jobDuration, but that does not represent any cap on a worker's duration, what is the purpose of the option? The purpose I was...
We should also investigate if this is related to the events that the CodePipeline webhook is triggered for. Currently, it's triggered on `push` events, but we must investigate if the...
@freenerd and I paired on this today, and here are some findings: * The GitHub webhook builds on HEAD commits alone - so when a series of commits are pushed...