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

Asset <-> Task synchronization #94

Open
Katharsas opened this issue Apr 22, 2018 · 0 comments
Open

Asset <-> Task synchronization #94

Katharsas opened this issue Apr 22, 2018 · 0 comments

Comments

@Katharsas
Copy link
Owner

Katharsas commented Apr 22, 2018

Updating of tasks when assets change is quite messy right now because of async asset import.
When asset services detect asset changes and try to update tasks, they assume that tasks are synced with previous asset status (-> tasks have asset properties for previous assets).
But, since asset import is async, they may not be in sync with status quo (for example asset properties of a task may be null, even though matching asset exists, because asset is still being imported asynchronously).

To fix, make make sure user cannot change assets during running import and make sure SVN changes are put into a queue (instead of causing import / task updates), where all changes add up, until asset import is done. Then run import / task updates in one pass.

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

No branches or pull requests

1 participant