Skip to content

feat(workers): admin dashboard on workers; pyfly v26.06.105 (v26.6.12)#36

Merged
ancongui merged 2 commits into
mainfrom
feat/worker-admin-dashboard
Jun 15, 2026
Merged

feat(workers): admin dashboard on workers; pyfly v26.06.105 (v26.6.12)#36
ancongui merged 2 commits into
mainfrom
feat/worker-admin-dashboard

Conversation

@ancongui

Copy link
Copy Markdown
Contributor

What

  • Workers get the admin dashboard. worker/bbox-worker management servers now build pyfly's create_management_app (actuator + /admin + structured access log) instead of an actuator-only app — the same management surface as the API, on each worker's management port.
  • build_health_app(context) requires a started context and always returns the full management app (no actuator-only fallback).
  • pyfly → v26.06.105: management port access-logs its requests, and its observability (metrics, /actuator/httpexchanges, traces) reflects both the application and management ports.

Verification

Gate green: ruff, pyright (0 errors), unit 294 passed (incl. new worker /admin tests). pyfly pinned to released tag=v26.06.105.

Ships as v26.6.12.

Andrés Contreras Guillén added 2 commits June 15, 2026 20:45
- worker/bbox-worker management server now uses pyfly's create_management_app
  (actuator + /admin dashboard + structured access log), same surface as the API.
- build_health_app requires a started context and always returns the full
  management app (no actuator-only fallback).
- Upgrade pyfly to v26.06.105: management port access-logs requests and its
  observability (metrics/http-exchanges/traces) covers both app + mgmt ports.
- Release v26.6.12.
build_health_app now requires a started context; tighten the wrapper's
signature to match instead of passing Optional[ApplicationContext].
@ancongui ancongui merged commit 3638d56 into main Jun 15, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant