Ryan C

Results 57 comments of Ryan C

When you say the UI, do you mean when you visit the dagobah page in a web browser, it doesnt load? Or that the page loads, but the page doesn't...

It my be useful if you can open the developer tools in whatever browser you have (I know chrome/firefox/safari have similar options) and look at the network tab. That way,...

I've looked at this again, and some discussion here: https://github.com/thieman/dagobah/issues/60#issuecomment-42970039 I think the issue is that the context needs to be treated as "immutable". Right now the code looks like...

I personally think the best way is `#2`, which just results in the following line, before the final `return True` above: ``` python context.discard(self.name) ``` Should be "guaranteed" (:wink:) to...

I've corresponded privately on this issue, but would like to note that this is a priority issue for me and my team, and I intend on working on the implementation....

Another edge case: Failed tasks. If a task fails, and that task was a job reference, then "Start jobs from failed tasks" needs to drill down into the child job,...

Other cool idea (non essential) but double clicking a Job task and seeing its steps (even status) or at least double clicking and opening that job page. Which brings up...

Sounds like a fair idea for implementation to me. ## General thoughts - UI-wise, We should decide on some distinguishing feature of Job references, ie have them be circles instead...

I think this is pretty much the way I was thinking of doing it, but verbalized a bit better (and visualized! :+1: ). I don't think pictures mean defeat, theyre...

Ah ha. I see now. Good shit. As long a job with cycles doesn't start, thats the most important part, but being able to save a job with cycles may...