文件名称:jobqueue:由Tarantool支持的作业队列
文件大小:34KB
文件格式:ZIP
更新时间:2024-02-25 09:26:47
queue nosql worker scheduler jobqueue
Tarantool JobQueue 安装 推荐的安装库的方法是通过 : composer require tarantool/jobqueue 用法 ./jobqueue ./jobqueue help run 请检查应用程序源代码以获取此库的更完整用法示例。 经营工人 ./jobqueue run < queue> -f worker.log -l debug -e executors.php 测验 docker run --name jobqueue -p3301:3301 -v ` pwd ` :/jobqueue tarantool/tarantool:1.7 tar
【文件预览】:
jobqueue-master
----.gitignore(49B)
----dockerfile.sh(1KB)
----src()
--------Exception()
--------Console()
--------Executor()
--------DefaultConfigFactory.php(4KB)
--------Handler()
--------Runner()
----bin()
--------jobqueue(258B)
----.travis.yml(754B)
----LICENSE(1KB)
----composer.json(2KB)
----.github()
--------FUNDING.yml(18B)
----examples()
--------client()
--------single_executor.php(218B)
--------executors.php(620B)
--------config.php(692B)
--------container.php(783B)
----README.md(1KB)
----tests()
--------Integration()
--------Unit()
----phpunit.xml.dist(1KB)