dockercoreosdeis

Deis Batch Jobs


Does Deis have any support for running batch jobs / ephemeral docker containers on a cron like basis?

I could just use fleet under the hood and deploy a timer unit. Would this be recommended or does another approach exist.


Solution

  • The best way to model cron-style jobs on Deis is to use a clock process type, as you would on Heroku. See: https://devcenter.heroku.com/articles/scheduled-jobs-custom-clock-processes