Skip to content

Commit

Permalink
doc: added description
Browse files Browse the repository at this point in the history
  • Loading branch information
AH-dark committed Jun 25, 2024
1 parent 370b881 commit cfd1b94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "distributed-scheduler"
description = "A distributed cronjob library"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/AH-dark/distributed-scheduler.git"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This is a distributed scheduler that can be used to schedule tasks on a cluster
implemented in Rust and uses the tokio library for asynchronous IO. The scheduler is designed to be fault-tolerant
and can recover from failures of the scheduler itself or the machines in the cluster.

The current cronjob provider is [job_scheduler](https://github.com/lholden/job_scheduler), but it is no longer
maintained, so I may replace it with another crate in the future.

## Architecture

The scheduler is composed of a number of components that work together to schedule tasks. The main components are:
Expand Down

0 comments on commit cfd1b94

Please sign in to comment.