Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Tasks are no longer executed in parallel #606

Closed
forman opened this issue Apr 13, 2018 · 0 comments
Closed

Tasks are no longer executed in parallel #606

forman opened this issue Apr 13, 2018 · 0 comments

Comments

@forman
Copy link
Member

forman commented Apr 13, 2018

Expected behavior

All tasks started by Cate Desktop should run in parallel. This includes operation invocations, data downloads, workspace manipulations.

Actual behavior

Since Cate 2.0.0.dev8 tasks seem to be executed in sequentially only.

Example: a data download is blocking the execution of a resource deletion and subset generation:

image

The reason is very likely that we started using Tornado 5 in dev8. While migrating from version 4 to 5, we may have introduced this problem.

Steps to reproduce the problem

  1. Open a local dataset
  2. Download any dataset from ODP
  3. Execute any operation on the local dataset --> this wont start until download complete

Specifications

Cate and Cate Desktop 2.0.0.dev8, all platforms

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant