Conversation
nginx:1.27-alpine auto-detects ~45 CPU cores and spawns one worker per core, exceeding the 32Mi memory limit. Add nginx.conf with worker_processes 1 and bump memory limit to 64Mi. Co-authored-by: Al @h0lybyte <5599058+h0lybyte@users.noreply.github.com>
…secrets (#7327) Add rentearth-external-secrets and mc-external-secrets ServiceAccounts to the kilobase secrets-reader RoleBinding. Create mc ExternalSecret infrastructure (ServiceAccount, SecretStore, ExternalSecret) to pull supabase credentials into the mc namespace.
…gging (#7329) Root cause: replicas: 2 meant both pods handled every Discord interaction, causing "Unknown interaction" and "Already acknowledged" errors on the second pod. Reduce to replicas: 1. Add on_error handler to poise Framework for structured error logging. Add tracing::error! on all interaction acknowledge/edit failures in game router and status button handlers. Replace silent let _ = drops with tracing::warn! in cleanup task.
Release: 3 fixes → Staging
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.
Production Release from Staging
Summary
Pre-merge Checklist
Changes by Category
Bug Fixes
2e3207b)0efdabd)f289135)Merge Commits
88806b6)Important Notes
This PR is automatically maintained by CI • Last updated: 2026-02-26T13:09:22.452Z