Gearman 的 Web UI 或 PHP 作业队列的替代方案

发布于 2024-10-14 04:21:55 字数 230 浏览 0 评论 0原文

我们开发了一套 PHP SASS 应用程序,并使用 Gearman 在后台同步和异步处理任务。我们喜欢 Gearman 提供的一切,但我们开始发现队列管理变得乏味。

这里是否有人有过使用 Gearman Web UI 的经验,它允许您查看所有作业服务器以及在它们上排队的作业?

或者对 Gearman 的替代方案有什么建议吗?它可以在 LAMP 堆栈上轻松运行,并具有良好的 PHP 库支持和 Web UI 功能?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

自我难过 2024-10-21 04:21:55

我刚刚发布了新的 Gearman UI。它是 Gearman Monitor 的更新版本,基于 AngularJS 和 Silex 构建:Gearman UI

我希望你觉得它有用。

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.

画骨成沙 2024-10-21 04:21:55

gearman-stat.psgi 。一个基于 Plack 构建的小型 Perl 脚本,这使得独立运行该脚本变得非常容易HTTP 服务器、CGI 或 FCGI 脚本以及 mod_perl。即使您不想使用它,您也可以查看源代码以了解它如何获取统计信息。

There's gearman-stat.psgi. A small Perl script build upon Plack which makes it very easy to run this script as a stand-alone HTTP server, CGI or FCGI script, as well as mod_perl. Even if you don't want to use it you can take a look at the source code to see how it is fetching statistics.

贪了杯 2024-10-21 04:21:55

gearman 网站上有一个推荐的工具: https://github.com/yugene/Gearman-Monitor< /a>

there is a recommended tool taken from the gearman website : https://github.com/yugene/Gearman-Monitor

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文