CommandSchedulerBundle icon indicating copy to clipboard operation
CommandSchedulerBundle copied to clipboard

Does this require a cron daemon running on the host machine?

Open sterichards opened this issue 6 years ago • 1 comments

I ask this because I am looking to use this on an AWS ECS cluster container

Those containers do not support cron daemon and it's becoming a big hassle to try and create ECS scheduled tasks

sterichards avatar Jul 15 '19 11:07 sterichards

Currently, yes, it requires a cron daemon. I just prepared a pull request #134 that adds a daemon to the bundle itself.

wasinger avatar Jul 22 '19 09:07 wasinger