Bas Harenslak
Bas Harenslak
> So what's the "solution" for dynamic? Parse those on schedule? This PR currently adds watchdog to live alongside the current DAG parser implementation (i.e. periodic reparsing). Introducing watchdog will...
Yes, need to find time to sit down and finish this
Hi @jscheffl, unfortunately life got in the way of investing time in OSS work the last year. The essentials are there but I was working on integrating this code nicely...
Okay I reverted a few logging statements so that now leaves an info log when `AIRFLOW__CORE__PARALLELISM` is reached, which should help users understand why Airflow isn't running any more tasks....
Update: turns out `{{ cookiecutter.__project_name }}` does the trick. Is this intentional? If so, I'd be happy to add an example to the docs.
Hi @orjan I think it's stable enough for a stable version `0.0.1`. I'm quite limited on time lately but making a release shouldn't take long, I'll try to find some...
I've rebased. @bolkedebruin good to merge? @potiuk feel free to propose an alternative, but for now, I suggest merging this PR to: 1. Make the main doc correct again (screenshots...
> For Option (2): How much less work is it? :) That will be a lot less work since we don't have to invent a way to handle callbacks etc....
Question about this PR: Memory and CPU are reported as a percentage of the available memory/CPU on the system, so to understand actual memory/CPU consumption (expressed in bytes/# of cores)...