Earlier quoted context omitted.
> 1. Services like this cron with Dyno Deploy or Vercel where the cloud things are abstracted away for you. I agree with the sentiment, but to me it’s a shame this even qualifies as abstraction in the first place. Periodic execution of a function is extremely basic and already exists in almost every programming environment. If this needs to be a service (instead of a library call), there is something deeply wrong els…
I wonder why more people don't just set up a cheap VM and run this sort of thing via crontab.
That said, there will be a time when your SaaS costs more than managing infra.