j-guyon / CommandSchedulerBundle

Symfony bundle that will allow you to schedule all your commands just like unix crontab, with a nice admin panel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: double command execution in spite of the schedule

sctt opened this issue · comments

commented

this happens when one or more scheduled commands require much time to be fulfilled, causing another schedule:execute process to be spawned before the first one has terminated.

PR #126 solves this