-
Notifications
You must be signed in to change notification settings - Fork 74
ETL should be reactive #2838
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Issue Description
Current design of the ETL's taskman is proactive rather than reactive. There should not be need to sleep/wait inside of taskman threads - everything should be more reactive and threads should not have to sleep arbitrary amount of time.
In #2802 we add a workaround which makes the ETL fast enough to rival the old implementation. However this is not a proper fix so let's do it right.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
📋 Backlog