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

Syncronize pod entities in the OSC concurrently instead of sequentially #509

Open
emanoelxavier opened this issue Oct 3, 2017 · 0 comments

Comments

@emanoelxavier
Copy link
Contributor

Description

Currently the UpdateK8sSecurityGroupMemberLabelMetaTask is appending (sequential execution) the task CreateK8sLabelPodTask to the graph instead of adding (concurrent execution). Ideally the pods should be persisted in the DB concurrently, however this is causing transaction issues at the level of the Label member. Another way to possibly address this problem for higher performance would be lock the label entity and add the tasks instead of appending.

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

No branches or pull requests

2 participants