In order to prevent Cron Jobs that miss too many starts from never starting again, we manually create a run if we detect the job is stuck and essentially that schedule creates a perpetually stuck Cron Job. It looks like the best we could approximate what you’re trying for would be to create a Cron Job that runs annually, starting yesterday. Of course, this will run automatically next year but that might not be a problem?