Skip to content
Snippets Groups Projects
Verified Commit 0bdf5664 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Remove questionnable workaround for timing issue

parent c9345e83
No related branches found
No related tags found
2 merge requests!494Refactor ProgressRecorder for non-optional Celery usage and add doc strings,!491Resolve "Make Celery non-optional"
......@@ -114,9 +114,6 @@ class ProgressRecorder(AbstractProgressRecorder):
recorder = ProgressRecorder(self)
orig(recorder, *args, **kwargs)
# Needed to ensure that all messages are displayed by frontend
time.sleep(0.7)
var_name = f"{orig.__module__}.{orig.__name__}"
task = app.task(recorder_func, bind=True, name=var_name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment