Added task worker service and example task processor.
This commit is contained in:
parent
27a2389e2c
commit
90408d68a7
6 changed files with 105 additions and 13 deletions
8
Makefile
8
Makefile
|
|
@ -54,4 +54,10 @@ run:
|
|||
# Run all tests
|
||||
.PHONY: test
|
||||
test:
|
||||
go test -p 1 ./...
|
||||
go test -p 1 ./...
|
||||
|
||||
# Run the worker
|
||||
.PHONY: worker
|
||||
worker:
|
||||
clear
|
||||
go run worker/worker.go
|
||||
Loading…
Add table
Add a link
Reference in a new issue