feat(workers): admin dashboard on workers; pyfly v26.06.105 (v26.6.12)#36
Merged
Conversation
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].
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
worker/bbox-workermanagement servers now build pyfly'screate_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)./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.