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
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.
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
The text was updated successfully, but these errors were encountered: