Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/haimkastner/tasks-scheduler

A lightweight task schedule to run any command in schedule
https://github.com/haimkastner/tasks-scheduler

Last synced: about 17 hours ago
JSON representation

A lightweight task schedule to run any command in schedule

Awesome Lists containing this project

README

        

# tasks-scheduler

[![CI CD Status](https://github.com/haimkastner/tasks-scheduler/workflows/Tasks%20Scheduler%20CI%20CD/badge.svg?branch=main)](https://github.com/haimkastner/tasks-scheduler/actions)

A lightweight `Golang` task-schedule to run any application in schedule.

Run by `go run cmd/main.go`

Build by `go build cmd/main.go`

Tasks configured by the `tasks.yaml` file [see example](./tasks.yaml), the file should be in the execution directory, tasks reload on a file change detection.

Logs will saved to the `tasks_scheduler.log` file in execution directory.

Enjoy!