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 depositor change propagation to a new background job #5557

Closed
hackartisan opened this issue Mar 18, 2022 · 0 comments · Fixed by #5559
Closed

Move depositor change propagation to a new background job #5557

hackartisan opened this issue Mar 18, 2022 · 0 comments · Fixed by #5559
Assignees

Comments

@hackartisan
Copy link
Contributor

Descriptive summary

Follow-up needed for work done in #5553

Logic was moved from a background job to synchronous code that propagates depositor changes from a resource to its file sets. the updates to file sets should run in a new background job.

Rationale

There could be thousands of file sets on a resource, and modifying the file sets should not conflict with modifying the resource itself in such a way as to create race conditions.

Related work

#5553

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant