Hacker News new | ask | show | jobs
by tedmiston 3475 days ago
I'm currently doing scheduled Docker containerized tasks via Airflow. Though the setup is a bit more complex at first, working in DAGs also simplifies my code when one task depends on one or more before it. Is this intended to compete with a setup like that?
1 comments

Nope I don't want to have any complex like a execution tree, this is just a small replacement of the kind of jobs you want to run with cron