Skip to content

feat: db pool for histogram calc #471

feat: db pool for histogram calc

feat: db pool for histogram calc #471

Triggered via pull request September 15, 2023 17:49
@cabreraalexcabreraalex
synchronize #174
pool
Status Failure
Total duration 1m 49s
Artifacts

ci.yml

on: pull_request
lint-frontend
35s
lint-frontend
check-frontend
26s
check-frontend
format-backend
12s
format-backend
lint-backend
11s
lint-backend
typecheck-python
6s
typecheck-python
test
1m 36s
test
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Ruff (D417): backend/zeno_backend/processing/histogram_processing.py#L16
backend/zeno_backend/processing/histogram_processing.py:16:11: D417 Missing argument description in the docstring for `histogram_bucket`: `db_pool`
Ruff (D417): backend/zeno_backend/processing/histogram_processing.py#L97
backend/zeno_backend/processing/histogram_processing.py:97:11: D417 Missing argument description in the docstring for `histogram_metric_and_count`: `db_pool`
Ruff (E501): backend/zeno_backend/server.py#L499
backend/zeno_backend/server.py:499:89: E501 Line too long (94 > 88 characters)
format-backend
Process completed with exit code 1.