Ben Sherman

Results 112 issues of Ben Sherman

Closes #773 and #785 This PR adds the ability to specify request/limit values for resource directives (cpus, memory, time, accelerator). In Kubernetes, request/limit values correspond to request and limit in...

executor/k8s

Inspired by this [Slack thread](https://nextflow.slack.com/archives/C02T98A23U7/p1655905727166399). The Nextflow docs mention hybrid workflows for [AWS Batch](https://www.nextflow.io/docs/latest/aws.html#hybrid-workloads) and [Google Cloud](https://www.nextflow.io/docs/latest/google.html#hybrid-execution). However it would be good to have a dedicated section on hybrid workloads:...

kind/docs

The [tap](https://www.nextflow.io/docs/latest/operator.html#tap) isn't marked as deprecated, but it depends on `Channel.create()` which is deprecated. I tried the top example with `Channel.empty()` instead but it didn't work, which makes sense because...

kind/docs
lang/operators

This idea has been talked about on a few channels but wanted to formalize it into an issue. I think we're ready to make the Nextflow docs DSL2-first now that...

kind/docs

After working on the Nextflow docs multiple times, I've concluded that RST is a real pain to work with. I've encountered many formatting issues that seem to result from confusion...

kind/docs

This PR includes the following changes: - split executor docs into subpages - move AWS / Azure / Google pages into "Cloud Platform" subpages - incorporate Ignite and Kubernetes pages...

kind/docs

Closes #2986 This PR includes the following changes: - add support for `emptyDir` ephemeral volume mounts in k8s - add support for `disk` directive in k8s via `ephemeral-storage` resource type...

platform/k8s

Resolves #2364 This PR updates the K8s task handler to always save `.command.log`. I also removed some code that saved the log for failed pods in a more roundabout way....

platform/k8s

This PR includes a few general changes to K8s classes to improve readability. I might review the rest of the K8s code before making this PR ready to review. -...

See https://github.com/nextflow-io/nextflow/issues/2992