Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haimkastner/tasks-scheduler
- Owner: haimkastner
- License: gpl-3.0
- Created: 2020-12-01T20:56:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T19:29:12.000Z (about 2 years ago)
- Last Synced: 2023-03-02T01:23:19.236Z (over 1 year ago)
- Language: Go
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!