finish etcd backend
parent
228b8e21eb
commit
a4d08d7d1a
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue