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

Move the SmartScope workflow to the REST API. #12

Open
JoQCcoz opened this issue Jul 11, 2022 · 0 comments
Open

Move the SmartScope workflow to the REST API. #12

JoQCcoz opened this issue Jul 11, 2022 · 0 comments
Labels
Feature request New feature or request

Comments

@JoQCcoz
Copy link
Collaborator

JoQCcoz commented Jul 11, 2022

The imaging workflow currently directly initiates a connection to the database. This sometimes yield odd connection issues and crashes the workflow. The idea is to route all of the database calls thought the REST API. There are many advantages to this change:

  • Clear distinction between the imaging workflow and the webserver/database services.
  • Would allow to break the code into master and worker and effectively deploy in that manner without too much duplication.
  • Reduce crashes with database connection being dropped.
@JoQCcoz JoQCcoz added the Feature request New feature or request label Jul 11, 2022
@JoQCcoz JoQCcoz added this to the v0.9 milestone Jul 11, 2022
@JoQCcoz JoQCcoz removed this from the v0.9 milestone Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant