File tree 5 files changed +4
-2
lines changed
5 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The microservice implements the deferred task execution mechanism.
8
8
- The microservice interface uses the GRPC protocol.
9
9
- The execution trigger is sent asynchronously via RabbitMQ.
10
10
11
- ![ microservice scheme] ( ./scheme-v2 .jpg )
11
+ ![ microservice scheme] ( ./scheme-v3 .jpg )
12
12
13
13
### Build GRPC server
14
14
After changing [ task.proto] ( proto/task.proto ) , you need to run:
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/golang/protobuf v1.4.3
7
7
github.com/influxdata/influxdb v1.8.4
8
- github.com/pvelx/triggerhook v0.1.1
8
+ github.com/pvelx/triggerhook v1.0.0-alpha
9
9
github.com/streadway/amqp v1.0.0
10
10
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
11
11
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
Original file line number Diff line number Diff line change @@ -221,6 +221,8 @@ github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R
221
221
github.com/prometheus/procfs v0.0.2 /go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA =
222
222
github.com/pvelx/triggerhook v0.1.1 h1:pIgYkqtEU1yQekaeTjwqcFFVs3/efx8ZA/FLRklW8+8 =
223
223
github.com/pvelx/triggerhook v0.1.1 /go.mod h1:NFxRyC8s4nwoic56HQfp7m/sCYSudy1KTjNIM0lyEik =
224
+ github.com/pvelx/triggerhook v1.0.0-alpha h1:KE00EN3JzqNe5AErnlA/7V2ZxfHF0NE5t8Qf/O0B+/E =
225
+ github.com/pvelx/triggerhook v1.0.0-alpha /go.mod h1:NFxRyC8s4nwoic56HQfp7m/sCYSudy1KTjNIM0lyEik =
224
226
github.com/retailnext/hllpp v1.0.1-0.20180308014038-101a6d2f8b52 /go.mod h1:RDpi1RftBQPUCDRw6SmxeaREsAaRKnOclghuzp/WRzc =
225
227
github.com/rogpeppe/go-internal v1.3.0 /go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4 =
226
228
github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww =
You can’t perform that action at this time.
0 commit comments