Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web UI for Gearman or Alternatives for PHP Job Queue

Tags:

php

gearman

We develop a suite of PHP SASS applications and we use Gearman to process tasks in the background both synchronously and asynchronously. We love everything Gearman has to offer but we've beginning to find the administration of the queue to becoming tedious.

Has anyone here had experience with a Web UI for Gearman that allows you to see all job servers and jobs queued on them?

Or any suggestion for alternative to Gearman that will run easily on LAMP stack and has good PHP library support, and a Web UI ofcause?

like image 600
xzyfer Avatar asked Jan 26 '11 05:01

xzyfer


1 Answers

I've just published a new Gearman UI. It is sort of an updated version of Gearman Monitor, built on AngularJS and Silex: Gearman UI.

I hope you find it useful.

like image 120
Gaspaio Avatar answered Sep 17 '22 12:09

Gaspaio