Travis Thieman
Travis Thieman
I agree that this becomes more confusing with Jobs-in-Jobs. Job 1 refusing to start because it depends on Job 2 which is in a bad state is shitty. I'll add...
I merged the fix for #77, so you should be good to go here.
Another note: feel free to submit small PRs for small components of this system so we can merge them as they come in. I'm fine with having not-quite-used-yet code in...
Sounds like a plan.
I like adding a `job_id` column to signify that a Task runs a sub-Job. I also agree that you will probably end up wanting to sub-class the `Task` class to...
> I'm thinking I'll need to add a predecessors(node) to py-dag in order to implement this. This is because, when we expand a JobTask, we need all of the JobTask's...
Thoughts after looking at the code: 1. Does the "prepend expanded tasks with _" thing allow us to have multiple instances of the same JobTask within the Job? Or do...
You are finding a bunch of crazy stuff. :smile: I wonder if these are all just symptoms of the Unicode issue?
It's possible if everything is already UTF-8 that Mongo might work, though I know we have some other issues with encoding where we need to specifically coerce stuff to UTF-8...