Re: Running scheduled bash script with bosh.
Dmitriy Kalinin
I would recommend using cron for this. Have your ctl script add it to the
crontab when it's started and remove it when it stopped. Regarding monit: we are planning to upgrade it once more ( https://github.com/cloudfoundry/bosh/pull/743) but I would not recommend relying on its features. eventually we will replace it with a simpler job supervisor. On Tue, Aug 11, 2015 at 6:54 PM, Dr Nic Williams <drnicwilliams(a)gmail.com> wrote: You could try building a new stemcell with an upgraded monit. |
|