vsoch / qme

QueueMe is a job queue, manager, and dashboard
https://vsoch.github.io/qme/
Mozilla Public License 2.0
12 stars 4 forks source link

Executors to develop #6

Open vsoch opened 4 years ago

vsoch commented 4 years ago

I want to keep a list of executors that I intend to develop, along with random ideas for templates that might be fun.

Executors

Templates

vsoch commented 4 years ago

hey @yarikoptic! GitHub is sucking lemons right now so I'm taking a break (and am going to give this poor Octocat some space and time to recover) but I'd like to start developing the ReproNim and Datalad executors now that the skeleton is ready to go! Would you be able to outline the functionality that you'd want for each executor? What I mainly need are the command line and within Python calls you would want to have run as tasks. One thing that isn't implemented (see issue #2) is an ability to run something in a shell and then not wait for it to finish, and have the dashboard query for updates. This will be fairly easy to do if the tool is already async and then has commands/endpoints to get updates, harder to do if it's not. Anyway - leave all the details here! Once I understand how the tools work, I should be able to implement the executor fairly easily. Happy Friday!