🚧 Metadata fetching foundations and reworked job system#980
Merged
aaronleopold merged 48 commits intounstablefrom Mar 29, 2026
Merged
🚧 Metadata fetching foundations and reworked job system#980aaronleopold merged 48 commits intounstablefrom
aaronleopold merged 48 commits intounstablefrom
Conversation
i yoinked a lot from there, in the future should consolidate
ahhhhhhh kms kms getting there closer jfc what a fucking chore that was only took 5 fucking days rename cleanup to finalize update readmes now that custom job management gutted basic docs add more doc comments throughout
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.
I started this effort back in January and at this point it has gotten to be larger than I'd like, granted it is a large feature, so I am contemplating a more WIP merge into
unstablesooner (probably shortly after I release0.1.0). I also took about a week to refactor the job system to be able to support cron jobs (e.g., to retry failed metadata fetches at a given schedule), which I would have preferred not mixing with this already large feature.I'll leave as a draft until I am comfortable enough with the current change-set as an
unstablefeature, considering the fact that there are no non-breaking change guarantees in that release channel. There is a LOT of work to get it actually ready for even theexperimentalchannel, but now that the foundations are in place I can aim to tackle it more iteratively over the next couple of months.