Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
/ Taskmaster Public archive

A supervisor-like process control system.

Notifications You must be signed in to change notification settings

Ant0wan/Taskmaster

Repository files navigation


Logo

Taskmaster

Unix-like process control system that facilitates the monitoring and management of long-running processes.


ToDo

  • auto release when tag on Rust check->build->test->audit->release
  • docker image build and publish on dockerhub and in release along with binaries when tag
  • parsing of the daemon config file in ini, yaml and json
  • parsing of daemon cli
  • enabling execution as daemon or not
  • succeed make use taskmasterd with supervisorctl
  • build core execution of programs and its management (use supervisorctl to run taskmasterd programs)

Containers

docker run -p 8080:80 -d <nginx_supervisor>

Usage

cargo run --bin taskmasterd -- -c config/d/supervisord.[conf|yaml|json]

Sources

Official Documentation

Official Github Organization

About

A supervisor-like process control system.

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published