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

Concurrent Users #770

Open
jthompson-arcus opened this issue Apr 25, 2024 · 0 comments
Open

Concurrent Users #770

jthompson-arcus opened this issue Apr 25, 2024 · 0 comments

Comments

@jthompson-arcus
Copy link
Collaborator

Currently the application does not take into account multiple users of the application interacting with the database at the same time. While there are events to trigger repopulating data on an intra-session basis (e.g. uploading packages causes the available package list to repopulate), there are no such mechanisms for inter-session events (e.g. user B deletes a package while user A is compiling a report on that package).

While we may not consider concurrency to be the normal interaction with the application, at least we should put in safe guards to both insure the app does not crash and give proper alerting/messaging to users when issues arise, and at best we could trigger events across sessions.

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