An open API service indexing awesome lists of open source software.

https://github.com/blend/jobkit

Jobkit is a simple job scheduler and UI for workers.
https://github.com/blend/jobkit

golang job-scheduler

Last synced: about 1 month ago
JSON representation

Jobkit is a simple job scheduler and UI for workers.

Awesome Lists containing this project

README

          

jobkit
======

This package is meant to be a suite of helpers to make writing robust job workers easier.

It provides facilities that plug into `go-sdk/cron` to help with:
- A management server to streamline allowing forced runs of jobs.
- Sending email notifications for job results.
- Sending slack notifications for job results.
- Sending webhook notifications for job results.