finish etcd backend

Browse Source
main
git 2024-05-25 16:11:27 +08:00
parent 228b8e21eb
commit a4d08d7d1a
Signed by: git
GPG Key ID: 3F65EFFA44207ADD
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ func startServer() (*machinery.Server, error) {
Broker: "http://127.0.0.1:2379", Broker: "http://127.0.0.1:2379",
ResultBackend: "http://127.0.0.1:2379", ResultBackend: "http://127.0.0.1:2379",
Lock: "http://127.0.0.1:2379", Lock: "http://127.0.0.1:2379",
ResultsExpireIn: 3600, ResultsExpireIn: 60,
} }
ctx := context.Background() ctx := context.Background()