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

Inconsistent information about export in the taskmanager: status/progress/error #3440

Closed
andre-hohmann opened this issue Apr 14, 2020 · 2 comments · Fixed by #4603
Closed
Labels

Comments

@andre-hohmann
Copy link
Collaborator

andre-hohmann commented Apr 14, 2020

Problem

In the taskmanager the infomation about the export status of a process is inconsistent, for example:

  • Progress: 0%
  • Status: Finished
  • Error-message: none
    However, an export cannot be finished at 0%!

Solution

  1. If the status is 0%, an error message should be shown, instead of the status Finished.
  2. If the task has been finished correctly, the status should be set to 100%

Example

inconsistentexporterror01

@matthias-ronge
Copy link
Collaborator

Another occurrence of the problem:

Screenshot

@matthias-ronge
Copy link
Collaborator

Setting the task progress state is individually happening from the functions. Here, is “export process” affected, which should be fixed. But we need individual bug reports per function if this doesn’t work for some background task.

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

Successfully merging a pull request may close this issue.

2 participants