CommandSchedulerBundle
CommandSchedulerBundle copied to clipboard
Does this require a cron daemon running on the host machine?
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
Currently, yes, it requires a cron daemon. I just prepared a pull request #134 that adds a daemon to the bundle itself.