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

Conflict When Multiple Users Import a Project #40

Open
pasetti opened this issue Jun 19, 2021 · 0 comments
Open

Conflict When Multiple Users Import a Project #40

pasetti opened this issue Jun 19, 2021 · 0 comments

Comments

@pasetti
Copy link
Contributor

pasetti commented Jun 19, 2021

If a user chooses to import a project (embedded within a zip file), the back-end creates a temporary directory with a name which has a fixed part and a part with the current time-stamp. The import file is then unzipped in this temporary directory. If, however, two users make an import project request at the same time, there might be a conflict because they will try to access the same directory.

I should probably add a random sequence to the name of the temporary directory.

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