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

- Made headings proper headings - Fixed typos - Removed a badge (dependency) since the site providing it is no longer online

Hello, How to scale the Fresque implementation? I am scaling my application and have 4 servers behind load balancer. Currently I am running fresque in all 4 servers. Is there...

@CyrilMazur introduced a rad new feature to include environment variables in each worker, but the 1.3.1 release was set in May 2015, and your pull in June never bumped the...

I have problem while using this library ? why this is happening ``` var/www/html/social-project/vendor/fresque/fresque# *** Error in `php': free(): invalid next size (fast): 0x0000564fe3ad5be0 *** ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7f882c55e7e5] /lib/x86_64-linux-gnu/libc.so.6(+0x8037a)[0x7f882c56737a]...

We are using fresque to process jobs in background. But from few days it is stopping almost everyday. what could be the reasons?

I have `workers = 5` in `[Default]` section of my fresque.ini file. When I run `fresque startScheduler` it creates 5 worker instances. This happens because of [direct assignment](https://github.com/wa0x6e/Fresque/blob/master/lib/Fresque.php#L463) of $count...

enhancement

Hi, I have been using Fresque in production for about 1 year now, and haven't had any problems, but recently I deployed fresque on new servers and for some reason...

Hey, As promised, here is the code for the feature we discussed a week ago. Two new commands have been added, `--queue` (`-q`) and `--count` (`-o`). If only `-q` is...

https://kamisama.github.com/Fresque/