final round of tests

This commit is contained in:
msramalho
2024-10-23 00:05:24 +01:00
parent ec93df98fa
commit e64f328d66
6 changed files with 240 additions and 12 deletions

View File

@@ -42,4 +42,4 @@ async def refresh_user_groups():
@repeat_every(seconds=get_settings().REPEAT_COUNT_METRICS_SECONDS)
async def repeat_measure_regular_metrics():
measure_regular_metrics(get_settings().DATABASE_PATH, get_settings().REPEAT_COUNT_METRICS_SECONDS)
await measure_regular_metrics(get_settings().DATABASE_PATH, get_settings().REPEAT_COUNT_METRICS_SECONDS)