wa0x6e / Cake-Resque

Resque plugin for CakePHP : for creating background jobs that can be processed offline later
MIT License
159 stars 56 forks source link

load command does not check whether jobs are already running #103

Open roll4life opened 7 years ago

roll4life commented 7 years ago

running cake CakeResque.CakeResque load will load a set of predefined workers running it again will recreate the same workers, so instead of only loading new workers you get two sets of the original workers plus the new workers

php 5.5.9 cakephp 2.9.6 ubuntu 14.04.5