https://github.com/cyrix126/tasks-tracker
Backend tasks tracker API
https://github.com/cyrix126/tasks-tracker
Last synced: 3 months ago
JSON representation
Backend tasks tracker API
- Host: GitHub
- URL: https://github.com/cyrix126/tasks-tracker
- Owner: Cyrix126
- License: gpl-3.0
- Created: 2024-05-16T15:51:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-26T12:57:55.000Z (7 months ago)
- Last Synced: 2024-10-26T23:03:12.640Z (7 months ago)
- Language: Rust
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# task-tracker-rs
Restful API backend to manage status of long running tasks.
## Description
task-tracker-rs is a backend service that manage only the status, not the tasks themselves.
A service can use it to create a task, update the progress and status of completion. An id to track the task will be given at creation, allowing to view or update it.
## Features- no database, run in memory
- timelapse to forget finished tasks.
- pulled and pushed status
- non opiniated about the type of tasks.
- useable by multiples services at the same time.
- separation of privileges using secret keys and tokens.## Licence
This software is GPL 3.