DEV Community

Discussion on: What's the simplest way to run a Ruby script in the cloud every so often?

Collapse
 
preciselyalyss profile image
Alyss 💜 • Edited

I was previously looking at doing almost exactly this a year or so back.

Rancher has container-crontab which will perform actions on a docker container based on a cron schedule.

Dockron allows scheduled docker runs but it is kind of stale. Last commit was in 2015.

AWS Elastic Container Service also supports service scheduler, but I have no context for the overhead required to use that service.