-
Notifications
You must be signed in to change notification settings - Fork 11
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
How does the DM work in multi-user environment? #661
Comments
We may also redesign partially the DM. Or we could use locks in the REST API. |
Or we can just use locks or synchronized blocks in the REST API. |
Or we can make more simple... |
... are solved. Jobs have generated IDs. Even if two jobs have the same parameters, they will never collide. |
We should verify the behavior of the DM when several users try to perform the same actions. 😨 🎉
Those that are critical and not clear at the moment are:
In case of potential conflict, we may integrate a prevention mechanism with the permissions management.
The text was updated successfully, but these errors were encountered: