Ilyas Salikhov

Results 16 comments of Ilyas Salikhov

Look at https://github.com/tony2001/pinba_extension/issues/23

@max-voloshin Look at deployer https://github.com/muxx/dplr which uses library `libpssh` and `pssh_extension` for PHP that allow simultaneously and in parallel run commands and upload files on multiple servers. You'll have to...

You can look at flock. Example code ``` php $flock = new FLock(__CLASS__); if ($flock->isLocked()) { $output->writeln(" Command ". $this->getName(). " already running in this system. Kill it or try...

You are right. I think it is good idea to make all types of timers in bundle optional.

It will be great if you prepare PR! 👍