Skip to content

yTask A Go Task Scheduler is a lightweight and efficient scheduling system written in Go, designed to run tasks. The scheduler ensures tasks are executed concurrently, utilizing Go's goroutines for high performance and scalability

Notifications You must be signed in to change notification settings

YogeshUpdhyay/task-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task scheduler


A system able to do efficient task allocation based on the resources available over the infrastructure.

Features

  • Efficient resource allocation based on criteria such as least price or faster execution.
  • Use of go routines to carry out the tasks parallely for faster execution
  • Summary for the task execution

About

yTask A Go Task Scheduler is a lightweight and efficient scheduling system written in Go, designed to run tasks. The scheduler ensures tasks are executed concurrently, utilizing Go's goroutines for high performance and scalability

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages