Skip to content

samarpan-rai/skedulord

 
 

Repository files navigation

Installation

> pip install skedulord

Usage

These are all the commands available:

> lord --help
Usage: lord [OPTIONS] COMMAND [ARGS]...

SKEDULORD: keeps track of logs so you don't have to.

Options:
--help Show this message and exit.

Commands:
  history  show historical log overview
  init     setup skedulord
  nuke     hard reset of disk state
  run      run (and log) a command, can retry
  serve    start the simple dashboard
  summary  shows a summary of the logs
  version  confirm the version

The project comes with cool features too.

It allows you to run jobs!

It makes it easy to find the failed ones

It has a web interface too!

Combine it with Cron!

If you want to see a quick overview of what this tool can do then head on over to the documentation.

Development

Before continuing, make sure you have npm installed.

  • Clone it : git clone ...

  • Go inside : cd skedulord

  • Create virtual environment : python3 -m venv .venv

  • Install python dependencies : make develop

  • Install npm dependencies : cd skedulord/dashboard && npm install

About

captures logs and makes cron more fun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.2%
  • JavaScript 29.8%
  • HTML 13.4%
  • Makefile 2.4%
  • CSS 1.2%