brandt / jobly

Compact job server with API, CLI, Web UI and a Sidekiq heart

Home Page:https://jobly.dannyb.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jobly

Compact job server with API, CLI, Web UI and a Sidekiq heart.

Gem Version Build Status Maintainability



Installation

$ gem install jobly

Or with the official Jobly docker image.

What's in the Box

Jobly is a command line utility that wraps several goodies around the sidekiq backgronud jobs system. It includes the following components:

  • Command line interface - for starting the server, starting the worker, and for running jobs.
  • Web API - for executing jobs.
  • Web Dashboard - including job progress and status.
  • Remote Syslog Support - send output to Papertrail or remote syslog.
  • Slack Notifications - report job progress to Slack.

Documentation

Contributing / Support

If you experience any issue, have a question or a suggestion, or if you wish to contribute, feel free to open an issue.


About

Compact job server with API, CLI, Web UI and a Sidekiq heart

https://jobly.dannyb.co

License:MIT License


Languages

Language:Ruby 99.8%Language:Procfile 0.2%