chore: creatornode2 turndown — route uploads/storage to creatornode, RPC to rpc.audius.co#918
Open
raymondjacobson wants to merge 2 commits into
Open
chore: creatornode2 turndown — route uploads/storage to creatornode, RPC to rpc.audius.co#918raymondjacobson wants to merge 2 commits into
raymondjacobson wants to merge 2 commits into
Conversation
creatornode2.audius.co is being turned down. Point ProdUploadNodes at creatornode.audius.co so client uploads go to the node that is staying up. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
As part of the creatornode2.audius.co turndown: - OpenAudioURLs (API server RPC pool) -> rpc.audius.co - AudiusdURL (primary OpenAudio SDK / indexer / rewards_cli chain source) -> rpc.audius.co - StoreAllNodes (rendezvous full-replica content/blob node) -> creatornode.audius.co RPC traffic is dedicated to rpc.audius.co; content/upload/store-all stays on creatornode.audius.co (the node that is staying up / becoming the archive). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Remove all
creatornode2.audius.coreferences from prod config as part of the node turndown, and dedicate RPC traffic torpc.audius.co.ProdUploadNodes(config/nodes.go)StoreAllNodes(config/config.go)OpenAudioURLs(config/config.go)AudiusdURL(config/config.go)rewards_cliWhy
creatornode2.audius.cois being decommissioned. RPC reads are dedicated to the purpose-builtrpc.audius.co; content/upload/store-all duties stay oncreatornode.audius.co, which is staying up and becoming the archive / store-all node.Notes / blast radius
AudiusdURLis the chain source the indexer builds the API DB from — this PR repoints that torpc.audius.co. Confirmed healthy:/health_check200,core.live: true, current height ~25.9M, same audiusd image.OpenAudioURLsis now a single endpoint (no failover pool) per decision to dedicate RPC torpc.audius.co.ArtistCoinRewardsStaticSendersstill listscreatornode.audius.co(kept — that node stays up).Verification
go build ./config/... ./api/... ./indexer/... ./cmd/rewards_cli/...passescreatornode2references remain inconfig/rpc.audius.coandcreatornode.audius.coboth confirmed healthy🤖 Generated with Claude Code