Are there any other well known cron alternative services to manage large amounts of automated tasks, such as curl'ng a url at a certain frequency?
The only one I have found is cronless.com
Are there any other well known cron alternative services to manage large amounts of automated tasks, such as curl'ng a url at a certain frequency?
The only one I have found is cronless.com
You might want to take a look at launchd. It's created by apple to replace all the startup & task services (init, cron, etc) on macos but there are ports for Linux & BSD.