Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smsunarto committed Jun 28, 2024
1 parent fb3e8f7 commit dc4b462
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
<img src="https://pkg.go.dev/badge/argus-labs/go-jobqueue.svg" alt="Go Reference" />
</a>

**go-jobqueue** is a durable embedded job queue for Go apps built on top of [BadgerDB](https://github.com/dgraph-io/badger) that provides a simple API for enqueuing jobs and processing them asynchronously while ensuring durability. It serves as a lightweight alternative to a full-fledged job queue like [RabbitMQ](https://www.rabbitmq.com) that
<br />
<br />

**go-jobqueue** is a durable embedded job queue for Go apps built on top of [BadgerDB](https://github.com/dgraph-io/badger) that provides a simple API for enqueuing jobs and processing them asynchronously.

It serves as a lightweight alternative to a full-fledged job queue like [RabbitMQ](https://www.rabbitmq.com) that
can be embedded into a single binary with your app, thereby reducing deployment and maintenance complexity.

## Features
Expand Down

0 comments on commit dc4b462

Please sign in to comment.