chore(queue): support NSQ as backend. (#600)

This commit is contained in:
Bo-Yi Wu
2021-07-17 20:14:19 +08:00
committed by GitHub
parent c7112a6eb3
commit 2e2dd9b8d6
18 changed files with 272 additions and 12 deletions

View File

@@ -49,6 +49,13 @@ huawei:
appid: "YOUR_APP_ID"
max_retry: 0 # resend fail notification, default value zero is disabled
queue:
engine: "nsq" # support "local", "nsq", default value is "local"
nsq:
addr: 127.0.0.1:4150
topic: gorush
channel: ch
ios:
enabled: false
key_path: "key.pem"