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.
- Host: GitHub
- URL: https://github.com/blend/jobkit
- Owner: blend
- License: mit
- Created: 2019-09-30T22:00:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T03:45:43.000Z (over 5 years ago)
- Last Synced: 2025-03-26T15:54:51.504Z (about 1 year ago)
- Topics: golang, job-scheduler
- Language: JavaScript
- Homepage: https://blend.com
- Size: 2.93 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history_memory.go
- License: LICENSE
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.