-
Notifications
You must be signed in to change notification settings - Fork 24
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
Transactional Batch Saving #3829
Conversation
@jstriebel could I ask you to look into adding redis to the docker files so that we can eventually use this in production? :) I’d also be grateful for a first review/look at the backend changes. I realize the code is rather complex and I’d be happy to discuss it further @philippotto Could you have a look at the frontend tests? :) |
webknossos-datastore/app/com/scalableminds/webknossos/datastore/storage/TemporaryStore.scala
Outdated
Show resolved
Hide resolved
...acingstore/app/com/scalableminds/webknossos/tracingstore/controllers/TracingController.scala
Outdated
Show resolved
Hide resolved
@jstriebel I think all checkboxes are ticked now, would you like to go for a final review round? :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fm3 I had another quick look, LGTM so far, just left some minor comments 👍
In the backend code I only checked RedisTemporaryStore.scala
in detail as it changed with the withExceptionHandler
. Is there anything else that I should review once more in detail? And I guess somebody should also have a look at the frontend changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 everything fine from my side
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 everything fine from my side
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Frontend looks good 👍
URL of deployed dev instance (used for testing):
Steps to test:
Issues:
TODO
[ ] Updated documentation if applicable