Is there a "run-at-datetime" library/framework out there that works well in production? At my last company we hacked together an event queue + cron process to replicate the functionality, but I'm curious how others have handled scheduling jobs like this.
We're on Google Cloud Platform, so we use Google Cloud Scheduler for this. It's nice because it's for distributed systems, so it will pick the least busy instance for new work.