[AB-184] adding various metrics to the system, organizing imports, changing some transactional behaviour

adding okhttp metrics, split bot service into multiple services (guild, message), unified some places that services are used in order to interact with the api, and not directly the objects (this is to make it easier for metric to be accurate)
This commit is contained in:
Sheldan
2021-01-29 17:46:41 +01:00
parent 2a2a3aea70
commit b838678c15
362 changed files with 3045 additions and 1573 deletions

View File

@@ -1,10 +1,10 @@
import json
import os
import jinja2
import templates_deploy
import json
import liquibase_deploy
from zipfile import ZipFile
import os
import sys
import templates_deploy
from zipfile import ZipFile
if len(sys.argv) < 3:
sys.exit('Wrong amount of parameters.')