weed queue starts

This commit is contained in:
Chris Lu
2020-02-27 00:07:13 -08:00
parent 430b5a49e2
commit 555413d9fc
15 changed files with 856 additions and 117 deletions

View File

@@ -76,6 +76,8 @@ const (
recursive_delete = false
# directories under this folder will be automatically creating a separate bucket
buckets_folder = /buckets
# directories under this folder will be store message queue data
queues_folder = /queues
####################################################
# The following are filer store options
@@ -324,6 +326,10 @@ key = ""
cert = ""
key = ""
[grpc.queue]
cert = ""
key = ""
# use this for any place needs a grpc client
# i.e., "weed backup|benchmark|filer.copy|filer.replicate|mount|s3|upload"
[grpc.client]