You have an API endpoint that needs to run on a schedule. Maybe it syncs data from a third party, sends a digest email, or cleans up expired records. You don't want to manage a cron server. You want something external to call your endpoint on time, retry if it fails, and tell you when something goes wrong.

That's what external cron job services...