Commit Graph

167 Commits

Author SHA1 Message Date
4eac579fca chore: update README.md 2021-06-06 19:01:35 +02:00
0fee6a5052
Merge pull request #5
chore: move all files from the task package to the queue package
2021-06-05 09:14:52 +02:00
643a50171b chore: move all files from the task package to the queue package 2021-06-05 09:14:17 +02:00
1aa45851dc bump github.com/tribalwarshelp/shared 2021-05-21 22:55:47 +02:00
9713618548 fix: remove a few unnecessary sql statements 2021-05-16 10:50:27 +02:00
2ba7adcd20 correct errors / logged messages 2021-05-14 14:57:05 +02:00
818ee39bd7 remove one field from internal/cron.Config (Opts) 2021-05-14 14:07:30 +02:00
849ee6ae36 rename one package (internal/cron/tasks -> internal/cron/task), correct 'package' field in logger initialization 2021-05-14 14:02:51 +02:00
3313208707 fix: insert queries in most cases should return nothing 2021-05-12 16:42:29 +02:00
07961fe2f3 decrease the worker limit for the ennoblementsQueue 2021-05-12 15:50:21 +02:00
e38704663c
Merge pull request #4 from tribalwarshelp/bump-shared
Bump shared
2021-05-06 15:59:50 +02:00
252f2c479b update README.md 2021-05-06 15:06:38 +02:00
19b3c28ff9 change the message after running cron 2021-05-06 14:45:34 +02:00
5d195d4e1e bump github.com/tribalwarshelp/shared 2021-05-05 16:04:25 +02:00
15c7368761 taskLoadServersAndUpdateData: use twdataloader.VersionDataLoader and remove method "getServers" 2021-05-03 17:34:36 +02:00
6d4a563f2a update README.md 2021-05-03 16:40:13 +02:00
9716ccdcd1 update Dockerfile (rename the env "MODE", rename output file) 2021-05-03 16:38:03 +02:00
34b0ef9949 rename one of the packages - db -> postgres 2021-05-03 16:35:24 +02:00
cb56b313ee correct imports 2021-05-03 16:33:12 +02:00
45b2176004 bump github.com/tribalwarshelp/shared 2021-05-02 17:54:06 +02:00
eb7ea8a55c set deleted_at = now() when deleting a player 2021-05-02 06:59:36 +02:00
45f6dd9a89 remove unnecessary allocations from workerDeleteNonExistentVillages.delete 2021-05-01 17:10:24 +02:00
83c23f79ce bump github.com/tribalwarshelp/shared 2021-05-01 16:48:41 +02:00
5e8f524368 update README.md 2021-05-01 16:26:16 +02:00
443c7fb537 add a timeout to the transaction responsible for saving the updated server data 2021-05-01 16:21:49 +02:00
6008d9250c
Merge pull request #3 from tribalwarshelp/optimization
Optimization
2021-05-01 15:43:24 +02:00
39f5b460d6 uncomment lines in cron.go 2021-05-01 15:42:28 +02:00
e9248b1f71 precompute more data in workerUpdateServerData.loadTribes 2021-05-01 15:41:54 +02:00
674f1fe63c - delete triggers: check_daily_growth, check_existence, check_dominance
- precompute more data in workerUpdateServerData.loadPlayers
2021-05-01 15:22:28 +02:00
22c5a20ee8 delete trigger insert_into_player_to_servers 2021-05-01 14:22:04 +02:00
ff6ad10c27
Merge pull request #2 from tribalwarshelp/taskq
feat: taskq
2021-05-01 08:41:31 +02:00
fa23651644 delete dev.sh 2021-05-01 08:29:32 +02:00
125c597a56 go mod tidy 2021-05-01 08:28:36 +02:00
01299b1841 add a new task - taskServerDeleteNonExistentVillages 2021-05-01 08:27:20 +02:00
97e638697c add a new task - taskDeleteNonExistentVillages 2021-05-01 07:43:34 +02:00
cb6e110e39 move most of the code to the 'internal' directory 2021-05-01 07:24:02 +02:00
f70d608eab bump github.com/Kichiyaki/go-pg-logrus-query-logger/v10 2021-04-28 20:13:14 +02:00
d6a79d63fc don't inform about establishing the db connection 2021-04-28 19:51:48 +02:00
352d26a61e add a new field to the Cron type - log 2021-04-27 20:18:06 +02:00
ef73f63195 remove custom type 'Name' from the queue package 2021-04-27 20:10:14 +02:00
add1379e0b make messages more clear, fix most of the unhandled error 2021-04-27 20:06:38 +02:00
e29807e077 move task registration/queue creation logic to the cron package 2021-04-27 18:30:12 +02:00
35045af75f refactor, update README.md, move queue.Config to the separate file 2021-04-25 20:24:26 +02:00
c6c028b0d5 uncomment a few lines in the file cron.go, refactor task initialization 2021-04-25 20:14:21 +02:00
46ca716cd3 add taskUpdateServerStats 2021-04-25 20:06:08 +02:00
8f093978bd add taskUpdateServerHistory 2021-04-25 19:58:33 +02:00
7ec3669788 cleanup 2021-04-25 19:45:09 +02:00
4f94e2f920 add taskUpdateStats and taskUpdateHistory 2021-04-25 19:42:03 +02:00
62f2722177 remove sql_statements from the cron package 2021-04-25 19:21:13 +02:00
cc79a33e00 add taskUpdateServerEnnoblements 2021-04-25 19:20:38 +02:00