EasyEngine / cron-command

Manages cron in EasyEngine
4 stars 9 forks source link

Cron container creation should only be in `cron create` command #22

Closed mrrobot47 closed 5 years ago

mrrobot47 commented 5 years ago

Cron container creation logic is in __construct(), thus is creates a cron container even when simply ee cron list is envoked.

Also, once all the cron entries are deleted the cron container should be stopped.