Ben Sherman

Results 297 comments of Ben Sherman

Okay I added tests for the fusion process builder and the slurm executor. @pditommaso I think you should go ahead and review the changes before I add any more tests....

`SocketException` and `SocketTimeoutException` both inherit from `IOException`, think we should just use that instead?

Okay, then PR is ready #3208

Here is a possible convention that is human-readable: ``` nextflow.2022-09-06T14-22-29-235129.log ``` Basically it is ISO local date time with some separator characters removed. We might not need the microsecond precision,...

Okay here is my example amended to match the nf-core convention: ``` nextflow_2022-09-06_14-22-29.log ``` Not that we should try to match nf-core for its own sake, but I happen to...

Seems pretty readable to me... certainly more readable than a Unix timestamp.

Question for anyone on this thread -- does this happen to you only when using `kuberun`? What if you provision your own head pod and do `nextflow run` instead? You...

@tjdurant Are you actually using a non-default service account in your nextflow config? I would expect you to have something like: ``` k8s { namespace = "nextflow" serviceAccount = "..."...