Skip to content

Commit 82cf3eb

Browse files
committed
docs: update badge
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 6ae3581 commit 82cf3eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
[![Run Tests](https://github.com/appleboy/queue/actions/workflows/go.yml/badge.svg?branch=master)](https://github.com/appleboy/queue/actions/workflows/go.yml)
44
[![codecov](https://codecov.io/gh/appleboy/queue/branch/master/graph/badge.svg?token=V8A1WA0P5E)](https://codecov.io/gh/appleboy/queue)
5+
[![Build Status](https://cloud.drone.io/api/badges/appleboy/queue/status.svg)](https://cloud.drone.io/appleboy/queue)
56

67
Queue is a Golang library for spawning and managing a Goroutine pool, Alloowing you to create multiple worker according to limit CPU number of machine.
78

89
## Features
910

1011
* [x] Support [buffered channel](https://gobyexample.com/channel-buffering) queue.
1112
* [x] Support [NSQ](https://nsq.io/) (A realtime distributed messaging platform) as backend.
12-
* [ ] Support [NATS](https://nats.io/) (Connective Technology for Adaptive Edge & Distributed Systems) as backend.
13+
* [x] Support [NATS](https://nats.io/) (Connective Technology for Adaptive Edge & Distributed Systems) as backend.
1314

1415
## Installation
1516

0 commit comments

Comments
 (0)