Skip to main content

A high-performance distributed task queue system with web monitoring

Project description

JetTask

一个高性能的分布式任务队列系统,支持Web监控界面。

特性

  • 🚀 高性能异步任务执行
  • 📊 实时Web监控界面
  • ⏰ 支持定时任务和延迟任务
  • 🔄 任务重试和错误处理
  • 🎯 多队列和优先级支持
  • 🌍 多命名空间隔离
  • 📈 任务统计和性能监控
  • 🔧 简单易用的API

安装

pip install jettask

快速开始

1. 创建任务

from jettask import JetTask

app = JetTask()

@app.task(queue="default")
async def hello_task(name):
    return f"Hello, {name}!"

2. 启动Worker

jettask worker -a app:app --queues default

3. 发送任务

result = await hello_task.send("World")
print(result)  # Hello, World!

4. 启动Web监控界面

# 启动API服务
jettask api

# 启动前端界面
jettask frontend

然后访问 http://localhost:3000 查看监控界面。

文档

详细文档请参见 docs/ 目录。

许可证

MIT License

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jettask-0.2.17.tar.gz (355.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jettask-0.2.17-py3-none-any.whl (426.7 kB view details)

Uploaded Python 3

File details

Details for the file jettask-0.2.17.tar.gz.

File metadata

  • Download URL: jettask-0.2.17.tar.gz
  • Upload date:
  • Size: 355.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.13

File hashes

Hashes for jettask-0.2.17.tar.gz
Algorithm Hash digest
SHA256 29eaed3725dee2af97b11e75346f528d1d023680268ec7d2dca2c481fb18a093
MD5 f4cec8ec95b9f58353fe479fc726cbae
BLAKE2b-256 9f4ef3d7662f26f89dd8ee0a7cb3d519c47a7d0e3267af44f642684a7a20eb6a

See more details on using hashes here.

File details

Details for the file jettask-0.2.17-py3-none-any.whl.

File metadata

  • Download URL: jettask-0.2.17-py3-none-any.whl
  • Upload date:
  • Size: 426.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.13

File hashes

Hashes for jettask-0.2.17-py3-none-any.whl
Algorithm Hash digest
SHA256 2ad36074a8ccb9ccbe18533ab4bb7392ff6786eb018b84506c0cbd38a363253e
MD5 52157c6527dca0beff7b74587d210da1
BLAKE2b-256 2f9ddcbaedebe50bc5a7881771b4bff012140ee23a4d715e79a2fa8c72f79725

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page