Skip to content

Comment on Airplane.dev raises $32M in Series B funding

Comments

joshma, should I use Airplane instead of creating cronjobs? I first heard about airplane the other day when I was googling alternatives to cron, or cron GUIs.

To add on to what Josh said, using Airplane for scheduling gets you a number of benefits over cron:

- Serverless - no need to maintain a cron server or worry about where the job is running

- Notifications - get notified in Slack or email if a failure happens

- Logging - we'll record every run, what happened, etc

- There are also a bunch of convenience features as well, e.g. having a native SQL integration so if you just want to run e.g. a query on a schedule, you can do so in minutes of work.

cron is a popular starting point on Airplane! We see our users creating tasks that are semi automated, but then adding manual tasks later (but then automating those tasks as well). The nice property of Airplane is that it's very composeable and extensible over time.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.