File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Golang asynchronous task/job queue with Redis, SQS, IronMQ, and in-memory backends
2
2
3
3
![ 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 )
5
7
6
8
> taskq is brought to you by :star : [ ** uptrace/uptrace** ] ( https://github.com/uptrace/uptrace ) .
7
9
> Uptrace is an open source and blazingly fast
21
23
- Message batching. It is used in SQS and IronMQ backends to add/delete messages in batches.
22
24
- Automatic message compression using snappy / s2.
23
25
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
+
24
34
## Getting started
25
35
26
36
To get started, see [ Golang Task Queue] ( https://taskq.uptrace.dev/ ) documentation.
You can’t perform that action at this time.
0 commit comments