Re: Run input field in Gantt page

2016-08-15 Thread wood stock
arth anand > wrote: > > > This makes sense. Go ahead and submit a PR if you haven't already and > ping > > me to review it. > > -s > > > > On Fri, Jul 15, 2016 at 7:37 PM, wood stock wrote: > > > >> Hi All, > >> > >> My first

Re: Specifying memory limit for task

2016-08-05 Thread wood stock
I think you can define a new operator which take an existing operator base class and keep monitoring the memory usage (maybe base on airflow heartbeat?). On Thu, Aug 4, 2016 at 8:23 PM, Adinata wrote: > Is there any way for task instances to limit the memory task execution? > > I run the worker

"Run" pulldown menu in TreeView, TaskDuration, LandingTimes

2016-07-16 Thread wood stock
Hi, I found an issue with the "Number of runs:" pulldown menu. Looks like we intend to retrieve task instances for the last X runs until the "Base". However, the logic has a flaw IMO. It is currently implemented as below (see copy snippet at the end). It tries to calculate execution_date of the la

Run input field in Gantt page

2016-07-15 Thread wood stock
Hi All, My first post. I installed the latest release with "pip install airflow" and it is running. Initial impression is very good. Question: why the "Run" input field in "Gantt" page is not a pull-down menu like the "Graph" page? I looked at the code and confirm that the execution date in the R