Skip to content

Task scheduler that can execute shell scripts with specified timeouts, supplemented by Goroutines.

Notifications You must be signed in to change notification settings

prah23/go-task-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Scheduler

API for a task scheduler that can execute shell scripts with specified timeouts, supplemented by Goroutines.

DOCS

Features

  • Run shell scripts through Goroutines.
  • Provide optional timeouts.
  • Cancel tasks mid-execution.

Instructions to clone and run

git clone https://github.com/prah23/go-task-scheduler.git
cd go-task-scheduler
go run api/main.go

About

Task scheduler that can execute shell scripts with specified timeouts, supplemented by Goroutines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages