Fresque
Fresque copied to clipboard
A command line tool to manage your php-resque workers
In `Fresque.php:1136` ``` php $this->runtime['type'] = 'regular'; ``` adds a string to the config, but the test function in `Fresque.php:1038` is expecting an array. String values should there be handled...
The monitor command was added to monitor the queue process, starting new once if detects that the fresque.ini defined queue configuration doesn't match with the actual workers. This command can...
Beacuse the origin php-resque don't support redis authentication, so I chose your php-resque-ex. Then I found out this awsome command line tool, but without redis authentication, >_< In production environment,...
A minor fix for a bunch of undefined index notices.
I am going to implement a feature that allows users to specify the worker to kill in command line. This is useful if you are using some automation/CI tools (jenkins,...
Without this the call to if ($this->runtime['Scheduler']['enabled'] !== true) { is pointless on line 445, throwing an error when it shouldn't.
Hi, after starting some workers with "fresque -start" the system correctly handles "fresque - pause". Within the log file I can read [notice] [15:51:55 2014-10-22] USR2 received; pausing job processing...
running fresque stop does stop the workers. but if you then run fresque stats, it still shows the workers as active. fresque stop should also notify ResqueStatus that the worker...
fresque didn't have a chance to load the config file before displaying that it couldn't find it also was unable to display help if no fresque.ini existed