Added task worker service and example task processor.

This commit is contained in:
mikestefanello 2022-02-08 08:58:22 -05:00
parent 726556e973
commit 83cdbc4395
6 changed files with 105 additions and 13 deletions

View file

@ -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