Added task worker service and example task processor.

This commit is contained in:
mikestefanello 2022-02-08 08:58:22 -05:00
parent 27a2389e2c
commit 90408d68a7
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