From eb0058d1da48b90c0cbf10221d464267c4549c21 Mon Sep 17 00:00:00 2001 From: Oshank Kumar Date: Mon, 3 Feb 2025 11:14:05 +0530 Subject: [PATCH] Update Readme.md --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index b617936..c012d38 100644 --- a/Readme.md +++ b/Readme.md @@ -6,6 +6,8 @@ ![Build Status](https://github.com/oshankkumar/taskqueue-go/actions/workflows/build_taskmanager.yml/badge.svg?branch=main) [![Go Report Card](https://goreportcard.com/badge/github.com/oshankkumar/taskqueue-go)](https://goreportcard.com/report/github.com/oshankkumar/taskqueue-go) + + **TaskQueue-Go** is a high-performance, distributed task queue library for Go, designed to simplify background job processing. With support for multiple queue backends and job storage backends, along with a pluggable architecture, it provides a scalable and reliable system for decoupling task execution from your main application logic. The decoupled