Skip to content

khushmanvar/taskqueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskQueue

Overview

TaskQueue is a distributed task queue system implemented in Go. It is designed to manage and distribute tasks efficiently across multiple workers, ensuring reliable and scalable task processing.

Features

  • Distributed Processing: Distributes tasks among multiple workers for high performance.
  • Reliable Execution: Ensures tasks are executed even if workers fail.
  • Flexible Scheduling: Supports various scheduling strategies for task execution.
  • Customizable Workers: Configurable worker pools to fit different needs.

Installation

  1. Clone the repository:

    git clone https://github.com/khushmanvar/taskqueue.git
  2. Navigate to the project directory:

    cd taskqueue
  3. Install dependencies:

    go mod tidy

Usage

Starting the Task Queue

To start the task queue, run:

go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published