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

Make still-running background jobs non-blocking #40

Open
naglepuff opened this issue Apr 20, 2023 · 2 comments
Open

Make still-running background jobs non-blocking #40

naglepuff opened this issue Apr 20, 2023 · 2 comments
Labels
al-ui enhancement New feature or request

Comments

@naglepuff
Copy link
Collaborator

Instead of waiting for the running job to complete before allowing the use to move to the next step, we could instead check for any annotations that have been spit out by that job, and move the use to the next step with only a few images at first.

We could potentially display a count of all images that are still being processed, and provide a mechanism to refresh the page/image list.

@cooperlab
Copy link

This is related to Issue #28. Perhaps a notification that tells the users that labeling can start once a slide is finished, and that additional slides will continue to process in the background (maybe where to check this too).

@manthey
Copy link
Contributor

manthey commented Apr 26, 2023

The superpixel algorithm will be able to report progress when DigitalSlideArchive/superpixel-classification#6 is merged. Currently, that would be the new default, so you get a progress toast in the bottom right corner show how the latest training is going. If we run jobs in the background, we might want to reposition this or not show it.

@naglepuff naglepuff added enhancement New feature or request al-ui labels Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
al-ui enhancement New feature or request
Projects
Development

No branches or pull requests

3 participants