CommandSchedulerBundle icon indicating copy to clipboard operation
CommandSchedulerBundle copied to clipboard

Command is not refreshed correctly

Open bpastukh opened this issue 4 years ago • 0 comments

How to reproduce:

  1. scheduler:execute command should be executed on a few servers or more than once per minute
  2. One command should be executing for some time (to lock others execution)
  3. Execute other tasks
  4. Command::getLastExecution method returns old datetime and executed tasks are executed again

bpastukh avatar Nov 06 '20 14:11 bpastukh