Skip to content

feat: [PPT-2272] Add edge error + health reporting feature #724

feat: [PPT-2272] Add edge error + health reporting feature

feat: [PPT-2272] Add edge error + health reporting feature #724

Triggered via push October 29, 2025 04:03
Status Failure
Total duration 3m 20s
Artifacts

ci.yml

on: push
crystal-style  /  crystal-style
1m 39s
crystal-style / crystal-style
dockerfile-style  /  dockerfile-style
10s
dockerfile-style / dockerfile-style
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 2 warnings, and 3 notices
🚧 crystal: unstable, subset: , MT: false
Process completed with exit code 1.
crystal: latest, subset: , MT: false
Process completed with exit code 1.
Lint/UnusedBlockArgument: src/placeos-edge/server.cr#L57
Use `&` as an argument name to indicate that it won't be referenced.
Performance/MapInsteadOfBlock: src/api/status.cr#L167
Use `sum {...}` instead of `map {...}.sum`
Naming/AccessorMethodName: src/placeos-core/process_manager/edge.cr#L480
Favour method name 'module_init_failures' over 'get_module_init_failures'
Naming/AccessorMethodName: src/placeos-core/process_manager/edge.cr#L487
Favour method name 'edge_health' over 'get_edge_health'
Naming/AccessorMethodName: src/placeos-core/process_manager/edge.cr#L501
Favour method name 'edge_module_status' over 'get_edge_module_status'