Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Task Queue Engine

A production-grade distributed task queue system built with **Go** and **AWS**, designed for reliable asynchronous job processing at scale.
test test testing

[![CI/CD](https://github.com/manohar6317/task-queue-engine/actions/workflows/ci.yml/badge.svg)](https://github.com/manohar6317/task-queue-engine/actions)
![Go Version](https://img.shields.io/badge/go-1.22-blue)
Expand Down
2 changes: 1 addition & 1 deletion cmd/api/main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main
//final testing
//final testing 2
import (
"context"
"log"
Expand Down
Loading