Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move memory manager from worker to dedicated package #1651

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

ChrisSchinnerl
Copy link
Member

This is one of the multiple steps required to merge the autopilot + migrations into the bus.
With both the worker and autopilot requiring the ability to upload, we need to isolate the upload manager.
To do that we need to isolate shared dependencies between upload and download manager.

Trying to achieve this in the smallest possible bites, I'm starting with the memory manager.

@ChrisSchinnerl ChrisSchinnerl self-assigned this Nov 4, 2024
@ChrisSchinnerl ChrisSchinnerl changed the title memory/worker: move memory manager from worker to dedicated package Move memory manager from worker to dedicated package Nov 4, 2024
@ChrisSchinnerl ChrisSchinnerl force-pushed the chris/isolate-memory branch 2 times, most recently from e6d1b8e to b22253e Compare November 4, 2024 09:27
@ChrisSchinnerl ChrisSchinnerl marked this pull request as ready for review November 4, 2024 10:33
@ChrisSchinnerl ChrisSchinnerl merged commit 9d1303f into dev Nov 6, 2024
13 checks passed
@ChrisSchinnerl ChrisSchinnerl deleted the chris/isolate-memory branch November 6, 2024 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants