Fresque icon indicating copy to clipboard operation
Fresque copied to clipboard

A command line tool to manage your php-resque workers

Results 24 Fresque issues
Sort by recently updated
recently updated
newest added

Hey, Great project. I noticed the start option did not have any ability to override the include option in the config file so I added it to the cli. Please...

In the stop command add an additional option along with the existing "all workers" option that will only stop workers that have the machines hostname.

enhancement

When I set the date.timezone to 'PRC' , the worker's Uptime seems not correct. ![image](https://cloud.githubusercontent.com/assets/1865929/2787119/bfb70404-cb84-11e3-9202-8f4ee95e056b.png) How to Fix it ?

I am trying to specify an include file via command line. Unfortunately, both `APP_INCLUDE` and `-a` are ignored. I have tried ``` sudo ./fresque start -a /opt/fresque/autoloader2.php ``` and ```...

bug
enhancement