NASA-AMMOS/CODEX

Running multiple algorithms and then closing windows does not cancel processing in the back-end

Closed this issue · 1 comments

If you run a few algorithms, then close them the UI will stop waiting for anything, but the back-end seems to continue processing the data and ends up locking up and getting stuck.

Back-end should have a way to receive a cancel signal from UI to stop processing when a UI window is closed.

Back-end should evaluate a queueing system or some way to prevent multiple requests from the UI to stack up and cause the back-end to stop.

Fixed in 7095a74