add: ussd and cache syncer tasks

- no repeat on failure, picked up on next schedule
- enforce uniq on users and tx table to prevent duplicates
This commit is contained in:
2022-05-03 21:37:48 +03:00
parent 05ab865c63
commit 1c65a11460
10 changed files with 131 additions and 30 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
BIN := cic-dw
.PHONY: build
build:
CGO_ENABLED=1 GOOS=linux go build -o ${BIN} -ldflags="-s -w" cmd/*.go