GithubHelp home page GithubHelp logo

qt-pay / djangoautotask Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yyleocn/djangoautotask

0.0 0.0 0.0 110 KB

Distributed scheduled job application base on django & python multiprocessing

License: MIT License

Python 100.00%

djangoautotask's Introduction

DjangoAutoTask

基于django和Python.multiprocess的分布式自动做作业系统,使用多进程/多服务器并行处理大量作业

功能列表

  • 功能清单
    • Manager 管理器
      • TaskManager
        • ☑ 拉取任务
        • ☑ 刷新队列
        • ☑ 任务状态:完成/失败/超时/无效
        • ping by Cluster
    • Cluster 作业器集群
      • WorkerCluster 作业器集群
        • ☑ WorkerProcess创建、检查
        • ping TaskManager
      • WorkerProcess 作业器进程
        • ☑ 创建子进程
        • ☑ 超时检查
        • ☑ 子进程终止
    • Worker 子进程
      • ☑ 子进程函数
    • Schema 作业计划
      • 计划管理
        • 计划状态检查
        • 生成TaskRec
      • 作业检查
    • models 存储模型
      • TaskRec 任务记录
        • ☑ 任务状态:完成/失败/超时/无效/进行中
        • ☑ 获取队列
        • 超时检查
      • TaskPackage 任务包
        • 结果统计
      • TaskSchema 任务计划
        • 生成TaskRec

djangoautotask's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.