bruensicke/li3_resque

Resque与Lithium框架的集成

安装: 14

依赖者: 0

建议者: 0

安全性: 0

星标: 3

关注者: 2

分支: 5

开放问题: 0

类型:lithium-library

0.1.0 2013-06-08 00:24 UTC

This package is not auto-updated.

Last update: 2024-09-23 13:28:37 UTC


README

使用php-resque处理和调度后台任务的lithium库

早期alpha版本 - 非功能版 - 进行中

感谢您的光临。我正在定义这个库的工作方式。如果您想加入我们或者需要类似的东西,请随时联系我。

分支说明

  • 这是li3_resque的Knodes版本。它偏离了d1rk(伟大的)努力,变成了一种简单但结构不佳的解决方案。
  • 这个分支提供了一个静态的ResqueProxy类,该方法将所有方法通道到一个Resque类(php-resque)或一个ResqueScheduler(php-resque-scheduler)

安装

将仓库作为子模块添加,然后确保递归更新子模块,例如。

git submodule add https://github.com/Knodes/li3_resque.git libraries/li3_resque
git submodule update --init --recursive