This repository has been archived on 2022-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2020-06-02 12:09:32 +02:00
cron fix concurrency bug 2020-06-02 12:09:32 +02:00
.gitignore fix concurrency bug 2020-06-02 12:09:32 +02:00
Dockerfile fix concurrency bug 2020-06-02 12:09:32 +02:00
go.mod move models and mode package to other repo 2020-06-02 08:26:51 +02:00
go.sum move models and mode package to other repo 2020-06-02 08:26:51 +02:00
main.go fix concurrency bug 2020-06-02 12:09:32 +02:00
README.md init 2020-06-01 21:05:33 +02:00

tribalwarshelp.com cron

Required env variables:

DB_USER=postgres
DB_NAME=tw
DB_PORT=5432
DB_HOST=localhost
DB_PASSWORD=test123T