Coder Social home page Coder Social logo

vincentsleepless / cloudtask Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cloudtask/cloudtask

0.0 1.0 0.0 1.51 MB

cloudtask is a distributed task scheduling platform.

Home Page: https://cloudtask.github.io/cloudtask

License: Apache License 2.0

cloudtask's Introduction

CloudTask

Logo

What is CloudTask?

Cloudtask is a lightweight distributed task scheduling management platform that is small and easy to used. we can upload, pause, start tasks, clone a task, modify the task's execution command, view the task's schedule info status and execution log, developers can write any task program in the programming language they are most familiar with. It can be a console program or a shell script and uploaded to the platform.

CloudTask Design

The Cloudtask backend is a stateless service. It uses the Zookeeper to realize the discovery and coordination between the nodes of the cluster, and the nodes register to the registration center in a heartbeat manner, The center server manages all the clusters in a unified manner, tasks scheduling is distributed in clusters and has good scalability, the tasks allocation information is divided into clusters and the allocation data is stored in the Zookeeper node to maintain the consistency of the allocated data.

More info at cloudtask.github.io

Architecture

Architecture

Features

  • Distributed: Use Zookeeper to implement registration center, distribution of nodes and tasks.
  • Cross-platform: Supports deployment on Windows and Linux platforms.
  • Task Timer: In strict accordance with the task scheduling cycle execution, the same task at the same time point will only be scheduled to trigger an execution to maintain consistency of state.
  • Tasks Control: You can manually start and stop a task at any time.
  • Parallel Scheduling: Each node in the cluster schedules local tasks in parallel.
  • Elasticity Cluster: Nodes are gathered in a ring structure, adding and exiting the cluster is more flexible. The local part task is reassigned based on the node.
  • Cluster Failover: When a node failure occurs, only the tasks of the failed node are migrated to prevent the cluster task from adjusting jitter.
  • Operation Maintenance: Manage all tasks and cluster information centrally through front-end sites, including User authorization management.
  • Event Notify: If the task fails to execute or the cluster node is offline, the system will notify the operator with the event email.
  • Collecting Message: The node will feedback the tasks execution result to the center server, and the log display will be more intuitive.
  • Stability Cluster: In the case of no server fluctuations, the task will not be allocation.

Components

Project About

Preview

Web Login

Login

Dashboard

Dashboard

Cluster

Cluster

Tasks

Tasks

License

cloudtask source code is licensed under the Apache Licence 2.0.

cloudtask's People

Contributors

winifredtomlinson avatar rl5c avatar rickliu0909 avatar

Watchers

Stormwind avatar

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.