https://github.com/DannyBen/jobly
Compact job server with API, CLI, Web UI and a Sidekiq heart
https://github.com/DannyBen/jobly
Last synced: 9 months ago
JSON representation
Compact job server with API, CLI, Web UI and a Sidekiq heart
- Host: GitHub
- URL: https://github.com/DannyBen/jobly
- Owner: DannyBen
- License: mit
- Created: 2019-03-08T16:57:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T10:10:20.000Z (over 2 years ago)
- Last Synced: 2025-02-07T16:51:24.596Z (over 1 year ago)
- Language: Ruby
- Homepage: https://jobly.dannyb.co
- Size: 428 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

Jobly
==================================================
Compact job server with API, CLI, Web UI and a Sidekiq heart.
---
---
Installation
--------------------------------------------------
$ gem install jobly
Or with the official [Jobly docker image][docker].
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
--------------------------------------------------
- Visit the [Jobly documentation][docs].
- Visit the [interactive demo on Katacoda][katacoda].
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][issues].
---
[docs]: https://jobly.dannyb.co
[docker]: https://github.com/dannyben/docker-jobly
[katacoda]: https://www.katacoda.com/dannyb/scenarios/jobly
[issues]: https://github.com/DannyBen/jobly/issues

