galaxyproject / pulsar

Distributed job execution application built for Galaxy
https://pulsar.readthedocs.io
Apache License 2.0
37 stars 50 forks source link

Refactor base co-execution client out of Kubernetes specific stuff. #302

Closed jmchilton closed 1 year ago

jmchilton commented 1 year ago

I want to implement a AWS Batch execution for Galaxy. The existing AWS Batch Runner (https://github.com/galaxyproject/galaxy/pull/13466):

In the reverse direction - adopting this approach to AWS Batch will provide further proof of the viability, encourage me to write documentation, and likely will prove easier to write remote tests for.

jmchilton commented 1 year ago

Documentation for this PR: https://pulsar.readthedocs.io/en/latest/containers.html. It includes TES execution.