You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uptime will soon be run as part of a singular audiusd binary rather than a separate container. This will further reduce orchestration complexity and overhead while promoting shared code as part of a united audiusd project.
How Has This Been Tested?
Uptime can no longer be built and run standalone. Nodes will continue to run a pinned version of the original uptime container during this transition (AudiusProject/audius-docker-compose#536).
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
[35f7c78] Fix rate limiting of viewing notifications (#9890) Marcus Pasell
[9b58792] Return sparse data from users/tracks/remixed (#9886) Andrew Mendelsohn
[55523a5] Release v0.7.0: Community treasury collects 10% of payment volume (#9872) Raymond Jacobson
[4487422] Audius Protocol v0.6.200 audius-infra
[3708c65] Absorb uptime code into shared golang structure, remove uptime CI build (#9887) Danny
[34469d7] ddex genre mapping (#9862) Steve Perkins
[3b5e98b] [C-5054] Fix tombstone comments + add tests (#9865) JD Francis
[776c988] Audius Protocol v0.6.199 audius-infra
[d59ac89] Fix comment reply test (#9875) Dylan Jeffers
[40c2980] [C-5039] Fix comment reports pkey (#9859) Dylan Jeffers
[e68a764] Support lookup table in rewards indexing (#9873) Marcus Pasell
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
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.
Description
Uptime will soon be run as part of a singular audiusd binary rather than a separate container. This will further reduce orchestration complexity and overhead while promoting shared code as part of a united audiusd project.
How Has This Been Tested?
Uptime can no longer be built and run standalone. Nodes will continue to run a pinned version of the original uptime container during this transition (AudiusProject/audius-docker-compose#536).