Skip to content

Commit 8faa953

Browse files
committed
chore: update readme
1 parent 7efa535 commit 8faa953

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Golang asynchronous task/job queue with Redis, SQS, IronMQ, and in-memory backends
22

33
![build workflow](https://github.com/vmihailenco/taskq/actions/workflows/build.yml/badge.svg)
4-
[![PkgGoDev](https://pkg.go.dev/badge/github.com/vmihailenco/taskq/v3)](https://pkg.go.dev/github.com/vmihailenco/taskq/v3?tab=doc)
4+
[![PkgGoDev](https://pkg.go.dev/badge/github.com/vmihailenco/taskq/v3)](https://pkg.go.dev/github.com/vmihailenco/taskq/v3)
5+
[![Documentation](https://img.shields.io/badge/bun-documentation-informational)](https://taskq.uptrace.dev/)
6+
[![Chat](https://discordapp.com/api/guilds/752070105847955518/widget.png)](https://discord.gg/rWtp5Aj)
57

68
> taskq is brought to you by :star: [**uptrace/uptrace**](https://github.com/uptrace/uptrace).
79
> Uptrace is an open source and blazingly fast
@@ -21,6 +23,14 @@
2123
- Message batching. It is used in SQS and IronMQ backends to add/delete messages in batches.
2224
- Automatic message compression using snappy / s2.
2325

26+
Resources:
27+
28+
- [**Get started**](https://taskq.uptrace.dev/guide/golang-task-queue.html)
29+
- [Examples](https://github.com/vmihailenco/taskq/tree/v3/example)
30+
- [Discussions](https://github.com/uptrace/bun/discussions)
31+
- [Chat](https://discord.gg/rWtp5Aj)
32+
- [Reference](https://pkg.go.dev/github.com/vmihailenco/taskq/v3)
33+
2434
## Getting started
2535

2636
To get started, see [Golang Task Queue](https://taskq.uptrace.dev/) documentation.

0 commit comments

Comments
 (0)