English 中文(简体)
beanstalkd interface/GUI [closed]
原标题:
  • 时间:2010-06-15 11:37:43
  •  标签:
  • beanstalkd

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 6 years ago.

Does anyone know of any interface to administer beanstalkd? What I m looking for vaguely is something like PhpMyAdmin for MySQL.

Doesn t have to be PHP or web-based, could be any interface, GUI ..etc

问题回答

Just have found another one https://github.com/ptrofimov/beanstalk_console

Seems to be more functional and a little prettier.

aurora: Cross-platform Beanstalk queue server console. (Zero-dependency)

https://github.com/xuri/aurora

phpBeanstalkdAdmin is based on PHP.

Ahmad Amireh made http://github.com/amireh/Beanstalker but it requires some non-master code (it s waiting to become mainstream).

Check http://github.com/earl/beanstalkc/blob/master/TUTORIAL which works great, although i d consider it "cli" access at best





相关问题
beanstalkd interface/GUI [closed]

Does anyone know of any interface to administer beanstalkd? What I m looking for vaguely is something like PhpMyAdmin for MySQL. Doesn t have to be PHP or web-based, could be any interface, GUI ..etc

What do I use when a cron job isn t enough? (php)

I m trying to figure out the most efficient way to running a pretty hefty PHP task thousands of times a day. It needs to make an IMAP connection to Gmail, loop over the emails, save this info to the ...

Simple scalable work/message queue with delay

I need to set up a job/message queue with the option to set a delay for the task so that it s not picked up immediately by a free worker, but after a certain time (can vary from task to task). I ...

Message Queues Vs DB Table Queue via CRON

We have a large project coming up soon with quite a lot of media processing (Images, Video) as well email output etc, the sort of stuff normally we d put into a table called "email_queue" and we use a ...

Checking the status of my PHP beanstalkd background processes

I have a website written in PHP (CakePHP) where certain resource intensive tasks are handled by a background process. This is done through the Beanstalkd message queue. I need some way to retrieve the ...

热门标签