Live data from Hacker News

A Scheduler for the Internet

medium.com

1–10 of 30 posts

Re: A Scheduler for the Internet

#6
post #2

I don't really understand. What could I do with this that I couldn't do with cron? Or is it that somebody who can't use cron could use this? Or that this is more reliable than cron?

While cron is a nice tool, people should not be using cron for any production grade automation.

Tools have been created to that orchestrate automation with more powerful capabilities, and Airflow has become a defacto standard in the industry.

Prefect is an open automation tool, comparable in a lot of ways to Airflow. The author of the post is an early committer to Airflow.

Re: A Scheduler for the Internet

#7
post #5

How does this compare to Airflow? It's unclear from the website - can you create DAGs (task sequences)?

This post is focusing on Scheduler, but the parent project, Prefect, has the concept of Flows, which are similar to DAGs. You can convert an Airflow project into a Prefect project.

One of their employees wrote about the comparison of the two:

https://medium.com/the-prefect-blog/why-not-airflow-4cfa4232...

Re: A Scheduler for the Internet

#8
post #2

I don't really understand. What could I do with this that I couldn't do with cron? Or is it that somebody who can't use cron could use this? Or that this is more reliable than cron?

While cron is a nice tool, people should not be using cron for any production grade automation. Tools have been created to that orchestrate automation with more powerful capabilities, and Airflow has become a defacto standard in the industry. Prefect is an open automation tool, comparable in a lot of ways to Airflow. The author of the post is an early committer to Airflow.

>While cron is a nice tool, people should not be using cron for any production grade automation.

?????????????????????????

Re: A Scheduler for the Internet

#9
post #8

Earlier quoted context omitted.

While cron is a nice tool, people should not be using cron for any production grade automation. Tools have been created to that orchestrate automation with more powerful capabilities, and Airflow has become a defacto standard in the industry. Prefect is an open automation tool, comparable in a lot of ways to Airflow. The author of the post is an early committer to Airflow.

>While cron is a nice tool, people should not be using cron for any production grade automation. ?????????????????????????

Because many decades of stability based upon simplicity are not good enough for today's world.

Re: A Scheduler for the Internet

#10
post #8

Earlier quoted context omitted.

While cron is a nice tool, people should not be using cron for any production grade automation. Tools have been created to that orchestrate automation with more powerful capabilities, and Airflow has become a defacto standard in the industry. Prefect is an open automation tool, comparable in a lot of ways to Airflow. The author of the post is an early committer to Airflow.

>While cron is a nice tool, people should not be using cron for any production grade automation. ?????????????????????????

My understanding of why using cron for background tasks with web apps isn't great in production is keeping track of things when you have distributed servers. I think cron is pretty limited in scope to whatever machine it is running on.
Post reply on HN