Skip to content

feat(exporter): Add endpoint for RQ metrics #155

feat(exporter): Add endpoint for RQ metrics

feat(exporter): Add endpoint for RQ metrics #155

Triggered via pull request January 3, 2025 07:44
Status Failure
Total duration 1m 0s
Artifacts

main.yml

on: pull_request
Lint and Format
13s
Lint and Format
Unit Tests
53s
Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Ruff (I001): agent/exporter.py#L1
agent/exporter.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (RET504): agent/exporter.py#L11
agent/exporter.py:11:12: RET504 Unnecessary assignment to `res` before `return` statement
Ruff (F841): agent/exporter.py#L82
agent/exporter.py:82:33: F841 Local variable `e` is assigned to but never used
Ruff (I001): agent/web.py#L30
agent/web.py:30:1: I001 Import block is un-sorted or un-formatted
Ruff (UP013): agent/web.py#L44
agent/web.py:44:5: UP013 Convert `ExecuteReturn` from `TypedDict` functional to class syntax
Ruff (F811): agent/web.py#L44
agent/web.py:44:5: F811 Redefinition of unused `ExecuteReturn` from line 33
Ruff (I001): agent/web.py#L58
agent/web.py:58:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): agent/web.py#L58
agent/web.py:58:16: F401 `rq.Queue` imported but unused
Ruff (F401): agent/web.py#L58
agent/web.py:58:23: F401 `rq.Worker` imported but unused
Ruff (F401): agent/web.py#L59
agent/web.py:59:20: F401 `rq.job.JobStatus` imported but unused
Lint and Format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Unit Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636