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

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.

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...