pyncette:具有可插拔存储后端的可靠分布式调度程序

时间:2021-04-09 00:32:01
【文件属性】:
文件名称:pyncette:具有可插拔存储后端的可靠分布式调度程序
文件大小:91KB
文件格式:ZIP
更新时间:2021-04-09 00:32:01
mysql redis cron dynamodb postgresql 概述 docs 测试 包裹 具有用于Async Python的可插入存储后端的可靠分布式调度程序。 免费软件:MIT许可证 安装 最少的安装(仅SQLite持久性): pip install pyncette 完整安装(所有后端和Prometheus指标导出器): pip install pyncette[all] 您还可以通过以下方式安装开发中版本: pip install https://github.com/tibordp/pyncette/archive/master.zip 文献资料 用法示例 简单的内存调度程序(不持久状态) from pyncette import Pyncette , Context app = Pyncette () @ app . task ( schedule = '* * * * *' ) async def foo ( contex
【文件预览】:
pyncette-master
----MANIFEST.in(510B)
----README.rst(6KB)
----.readthedocs.yml(367B)
----.coveragerc(277B)
----docs()
--------spelling_wordlist.txt(109B)
--------conf.py(1KB)
--------usage.rst(14KB)
--------installation.rst(567B)
--------advanced_usage.rst(4KB)
--------backends.rst(5KB)
--------changelog.rst(30B)
--------authors.rst(28B)
--------reference()
--------requirements.txt(28B)
--------readme.rst(27B)
--------index.rst(278B)
--------contributing.rst(33B)
----AUTHORS.rst(66B)
----.github()
--------workflows()
----Dockerfile.dev(667B)
----CONTRIBUTING.rst(3KB)
----tests()
--------test_pyncette_integration.py(42KB)
--------test_dynamodb.py(1KB)
--------test_pyncette.py(7KB)
--------test_pyncette_prometheus.py(2KB)
--------test_pyncette_process.py(1KB)
--------test_redis.py(1KB)
--------conftest.py(4KB)
--------test_postgres.py(1KB)
--------test_mysql.py(1KB)
--------test_pyncette_healthcheck.py(4KB)
--------test_sqlite.py(256B)
--------utils()
----tox.ini(2KB)
----ci()
--------bootstrap.py(3KB)
--------requirements.txt(49B)
----LICENSE(1KB)
----src()
--------pyncette()
----setup.cfg(950B)
----docker()
--------Dockerfile(346B)
--------entrypoint.py(644B)
----codecov.yml(161B)
----examples()
--------healthcheck.py(918B)
--------data()
--------persistence.py(3KB)
--------delay_queue.py(2KB)
--------benchmark.py(5KB)
--------dynamic_tasks.py(2KB)
--------basic.py(234B)
--------fixtures_and_middlewares.py(2KB)
--------README.md(4KB)
--------heartbeat.py(2KB)
--------prometheus_metrics.py(2KB)
----docker-compose.yml(1KB)
----setup.py(3KB)
----.gitignore(665B)
----CHANGELOG.rst(2KB)
----.dockerignore(112B)
----.editorconfig(217B)
----.bumpversion.cfg(505B)
----.vscode()
--------settings.json(150B)

网友评论