https://github.com/sujith-rek/cron-it
To Monitor and manage both scheduled jobs and active tasks for workflow efficiency.
https://github.com/sujith-rek/cron-it
angular cronjob gin-gonic golang postgres
Last synced: about 2 months ago
JSON representation
To Monitor and manage both scheduled jobs and active tasks for workflow efficiency.
- Host: GitHub
- URL: https://github.com/sujith-rek/cron-it
- Owner: sujith-rek
- Created: 2024-04-26T16:38:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-25T13:47:56.000Z (about 2 years ago)
- Last Synced: 2024-12-31T08:26:56.465Z (over 1 year ago)
- Topics: angular, cronjob, gin-gonic, golang, postgres
- Language: Go
- Homepage:
- Size: 187 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CronIt
CronIt is a simple cron scheduler and also cron job checker.
# Tasks
## 1. Cron Scheduler
- Adding a cron job that takes a cron expression and an endpoint to call.
- Removing a cron job.
- Listing all cron jobs.
## 2. Cron Job Checker
- Checking the cron job status.
- Listing all cron job statuses.
- more soon...