feat: add ci/cd workflows; added memory / observability - #1
Merged
Merged
Conversation
- change mastra import to async non-blocking pattern - add initialization state tracking for health checks - implement proper health check behavior: 204 during init, 200 when ready - add extensive logging throughout (init, mastra, server, request, ping, proxy) - add port_health environment variable support - improve error handling with detailed error messages and stack traces - add connection and error event handlers for better observability - remove arbitrary 3-second delay - update readme formatting for better readability
- add linux runner tag to dev and release workflows - update runner selection order: ubuntu-latest -> linux -> blacksmith - provides additional runner availability options
- remove ubuntu-latest from runner selection to avoid allocation delays - prioritize blacksmith-8vcpu-ubuntu-2204 as primary runner - use linux (DO-Runner) as fallback - matches pattern used in other worker repositories - ensures builds start immediately using available self-hosted runners
- Update CI/CD workflows for dev and release builds - Add docker-compose.yml for local development - Update README with comprehensive setup instructions - Update weather agent configuration
TimPietruskyRunPod
force-pushed
the
test/dev-workflow
branch
from
November 10, 2025 12:57
821b520 to
1aea82f
Compare
Yhlong00
approved these changes
Nov 10, 2025
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.
dev.yml: Builds and pushesdev-<branch-name>tags on PRsrelease.yml: Builds and pushes version tags on tags/manual dispatch